diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-13 18:19:59 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-13 18:19:59 +0000 |
commit | ea4dea38c0902621c2cb6f71ffdcfeca795b4dca (patch) | |
tree | 5003e667e80b791a6ba8ac82486dab131c2f4335 /scripts/hello.pl | |
parent | 37d0047770b89b0fee06138b9da6a49b583c31d1 (diff) | |
download | irssi-ea4dea38c0902621c2cb6f71ffdcfeca795b4dca.zip |
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1211 dbcabf3a-b0e7-0310-adc4-f8d773084564
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'); |