mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
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:
parent
0b47150e4b
commit
7f877d63e1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user