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
use strict; | |
use warnings; | |
Xchat::register('ThinkLight', '0.1', 'Make thinklight blink when called on IRC'); | |
Xchat::hook_server('PRIVMSG', \&match_nickname); | |
Xchat::print(" Registered Thinklight event handler "); | |
sub match_nickname { |