summaryrefslogtreecommitdiff
path: root/scripts/mlock.pl
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-13 18:19:59 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-13 18:19:59 +0000
commitea4dea38c0902621c2cb6f71ffdcfeca795b4dca (patch)
tree5003e667e80b791a6ba8ac82486dab131c2f4335 /scripts/mlock.pl
parent37d0047770b89b0fee06138b9da6a49b583c31d1 (diff)
downloadirssi-ea4dea38c0902621c2cb6f71ffdcfeca795b4dca.zip
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1211 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'scripts/mlock.pl')
-rw-r--r--scripts/mlock.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mlock.pl b/scripts/mlock.pl
index 5bc0bde7..415bf93e 100644
--- a/scripts/mlock.pl
+++ b/scripts/mlock.pl
@@ -110,6 +110,6 @@ sub mlock_synced {
mlock_check_mode($channel->{server}, $channel->{name});
}
-Irssi::command_bind('mlock', '', 'cmd_mlock');
+Irssi::command_bind('mlock', 'cmd_mlock');
Irssi::signal_add_last("event mode", "mlock_mode_changed");
Irssi::signal_add("channel synced", "mlock_synced");