]> jfr.im git - irc/quakenet/lua-labspace.git/commitdiff
Fix the !help command.
authorshroud <redacted>
Sun, 23 Jun 2013 18:37:17 +0000 (20:37 +0200)
committershroud <redacted>
Sun, 23 Jun 2013 18:37:17 +0000 (20:37 +0200)
labspace.lua

index fc0482f933aba2feed2f4624be1ec9445e21990c..fad6db9dd74ad87173eb3e3d6cb0445b76675c2e 100644 (file)
@@ -113,7 +113,7 @@ function gamehandler(target, revent, ...)
       elseif command == "!status" then
         ls_cmd_status(channel, numeric)
       elseif command == "!help" then
-        ls_command_help(channel, numeric)
+        ls_cmd_help(channel, numeric)
       elseif command == "!hl" then
         ls_cmd_hl(channel, numeric)
       elseif command == "!enable" then