summaryrefslogtreecommitdiff
path: root/scripts/mlock.pl
diff options
context:
space:
mode:
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");