Skip to content

Instantly share code, notes, and snippets.

View esantoro's full-sized avatar

Emanuele Santoro esantoro

View GitHub Profile
@esantoro
esantoro / thinklight.plb
Last active August 29, 2015 14:11
Xchat plugin to make thinklight blink
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 {