diff options
Diffstat (limited to 'scripts/hello.pl')
-rw-r--r-- | scripts/hello.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hello.pl b/scripts/hello.pl index de53c3ab..b5b92aa8 100644 --- a/scripts/hello.pl +++ b/scripts/hello.pl @@ -9,4 +9,4 @@ sub cmd_hello { return 1; } -Irssi::command_bind('hello', '', 'cmd_hello'); +Irssi::command_bind('hello', 'cmd_hello'); |