This file contains 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
# 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); |
This file contains 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
# 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 |
This file contains 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
# 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) |
This file contains 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
# 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 |
This file contains 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
# 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; |
This file contains 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
# 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; |
This file contains 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
# 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. |