Updated irc.lua; change the output of required....

args to make the fact that you need a nickname more prominent
This commit is contained in:
Josh 2014-05-14 13:46:02 +01:00
parent 0b47150e4b
commit 7f877d63e1

View File

@ -17,7 +17,7 @@ local text = require("text")
local args, options = shell.parse(...)
if #args < 1 then
print("Usage: irc nickname [server:port]")
print("Usage: irc <nickname> [server:port]")
return
end
@ -457,4 +457,4 @@ end
if not result then
error(reason, 0)
end
return reason
return reason