Skip to content

Instantly share code, notes, and snippets.

View atErik's full-sized avatar

atErik

View GitHub Profile
@atErik
atErik / closepm.pl
Created November 29, 2014 08:59
Close IRC PM Dialog/Window By Sender's Name
# 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
@atErik
atErik / close_specific_02.pl
Last active August 29, 2015 14:10
Close IRC PM Dialog/Window By Name, perl script 02 - originally developped by culb (nightfrog)
#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
@atErik
atErik / close_specific.pl
Created November 29, 2014 08:02
Close IRC PM Dialog/Window By Name - originally developped by culb (nightfrog)
#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
@atErik
atErik / HexChat-USB.cmd
Last active August 29, 2015 14:10
Windows Batch Script, For Portable HexChat With Portable Perl Support
@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,