Skip to content

Instantly share code, notes, and snippets.

@LifeIsPain
LifeIsPain / disable_reconnect_on_kline.pl
Created August 4, 2013 08:29
XChat Script to disable auto reconnecting when disconnected with a k-line or z-line
# Name: disable_reconnect_on_kline.pl
# Version: 001
# Author: LifeIsPain < idontlikespam (at) orvp [dot] net >
# Date: 2013-08-04
# Description: Disable auto reconnecting when disconnected with a k-line or z-line
# Version History
# 001 2013-05-04 Initial Version, requested in #xchat
use Xchat qw(:all);
@LifeIsPain
LifeIsPain / highlightexceptions.pl
Last active December 19, 2015 23:18
XChat script to not highlight a line if it matches a pattern
# Name: highlightexceptions.pl
# Version: 002
# Author: LifeIsPain < idontlikespam (at) orvp [dot] net >
# Date: 2013-07-18
# Description: Do not highlight a line if it matches a pattern
# Version History
# 001 2013-07-18 Initial Version from nochannelhighlight
# 002 2013-07-18 Fixed case where special regex characters in nick
@LifeIsPain
LifeIsPain / whybanned.pl
Last active December 18, 2015 15:29
XChat script to determine and list why a user is unable to join or speak on a channel
# Name: whybanned.pl
# Version: 004
# Author: LifeIsPain < idontlikespam (at) orvp [dot] net >
# Date: 2013-07-12
# Description: Determine and list why a user is unable to join or speak on a channel
# License: zlib (text at end of file)
# Version History
# 001 2013-06-18 Initial Code
# 002 2013-06-18 Fix issue where only worked if in channel (increased priority)
@LifeIsPain
LifeIsPain / nickerrorlocation.pl
Last active December 17, 2015 10:39
XChat script to make the location for nick change errors more prominent
# Name: nickerrorlocation.pl
# Version: 002
# Author: LifeIsPain < idontlikespam (at) orvp [dot] net >
# Date: 2013-05-17
# Description: Make the location for nick change errors more prominent than just where
# the error actually was (shows in server tab, current tab, and channel)
# Version History
# 001 2013-05-16 Initial Code
# 002 2013-05-17 Issue if there is no numeric passed fixed
# Name: strip_topic_color.pl
# Version: 001
# Author: LifeIsPain < idontlikespam (at) orvp [dot] net >
# Date: 2013-05-14
# Description: Strip the topic colors when coming in after someone edits the topic, or when getting a manual topic
# Version History
# 001 2013-05-14 Initial Version
use strict;
@LifeIsPain
LifeIsPain / nick_to_primary.pl
Created May 6, 2013 01:29
XChat script to set the nick to the primary nick for the network, even if defined in server list
# Name: nick_to_primary.pl
# Version: 001
# Author: LifeIsPain < idontlikespam (at) orvp [dot] net >
# Date: 2013-05-05
# Description: Set the nick to the primary nick for the network, even if defined in server list
# Version History
# 001 2013-05-05 Initial Version
use strict;
@LifeIsPain
LifeIsPain / badassials.pl
Created April 22, 2013 03:41
XChat script for moving notifications that a user is +g into the query tab
# Name: badassials.pl
# Version: 001
# Author: LifeIsPain < idontlikespam (at) orvp [dot] net >
# Date: 2013-04-21
# Description: Brian's ADvanced Adjust the Server-Side Ignore Alert Location Script
# Changes the notice location for when someone is in +g mode (Server-Side Ignore)
# The messages will now show up in the query tab you have with that user, if there is one.
# If there is no query tab, it will go into the front tab, if that tab is on the right
# network. If not, the message will show up in the server tab.