Advertisement
Aha2Y

My first Perl IRssi script problem :D

Feb 21st, 2012
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.15 KB | None | 0 0
  1. Irssi::command_bind check => sub {
  2.     my ($text) = @_;
  3.     Irssi::print("Checking host: $1 and port: $2");
  4.     print 'Use /check [host] [port] ';
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement