diff --git a/src/main/resources/assets/opencomputers/loot/OpenIRC/irc.lua b/src/main/resources/assets/opencomputers/loot/OpenIRC/irc.lua index d9f5cd151..7358396eb 100644 --- a/src/main/resources/assets/opencomputers/loot/OpenIRC/irc.lua +++ b/src/main/resources/assets/opencomputers/loot/OpenIRC/irc.lua @@ -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 [server:port]") return end @@ -457,4 +457,4 @@ end if not result then error(reason, 0) end -return reason \ No newline at end of file +return reason