Advertisement
tamouse

Irssi command sub template

Jan 23rd, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.13 KB | None | 0 0
  1. sub cmd_command {
  2.     my ($data, $server, $witem) = @_;
  3.  
  4.     return 0 if (!$witem);
  5. }
  6.  
  7. Irssi::command_bind('command', 'cmd_command');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement