git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1211 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-02-13 18:19:59 +00:00 committed by cras
commit ea4dea38c0
6 changed files with 6 additions and 6 deletions

View file

@ -9,4 +9,4 @@ sub cmd_hello {
return 1;
}
Irssi::command_bind('hello', '', 'cmd_hello');
Irssi::command_bind('hello', 'cmd_hello');