This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Description : Close a IRC PM Dialog Window By Using Sender's Name. | |
# A Perl script, to use with XChat based IRC client software. | |
# | |
# Original Script Author : culb ( nightfrog ) | |
# First version developed on : 2014-04-29, around 23:18 UTC-08:00. | |
# Modified by : tErik. | |
# Last Modified on : 2014-07-28, around 23:35 UTC-08:00 | |
# | |
# Usage: | |
# For example, an annoying irc-bot "gribble" is repeatedly sending you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Author culb ( nightfrog ) | |
#Description: | |
#Close a PM dialog by name | |
# | |
#Version: 1 | |
# This paragraph (with 4 lines) of comments are added here by tErik. | |
# These codes were shared by user nightfrog, on Apr 29, 2014 around 23:45 | |
# UTC-08:00, in #xchat irc channel at irc.freenode.net, with user tErik. | |
# Actually it is now version 1.01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Author culb ( nightfrog ) | |
#Description: | |
#Close a PM dialog by name | |
# | |
#Version: 1 | |
# This paragraph of comment is added here by tErik. | |
# These codes were shared by user nightfrog, on Apr 29, 2014 around 23:18 | |
# UTC-08:00, in #xchat irc channel at irc.freenode.net, with user tErik. | |
# This script was created because, because tErik has requested in #xchat irc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
@rem | | | | | | | | | |
@rem A windows batch/cmd script to run HexChat from USB/Portable drive, with | |
@rem portable perl support. HexChat is IRC Client/communication software. | |
@rem This script also allows to run a second HexChat in same computer, | |
@rem without conflicting with system/default/full installed/other HexChat. | |
@rem HexChat is based on XChat software. | |
@rem | | |
@rem When installing HexChat, you must select "Portable" option, if you want | |
@rem to run HexChat from a USB drive or from your own choice of sub-folder, |
NewerOlder