From 7f877d63e1343a51273015088e713e4c900c53f6 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 14 May 2014 13:46:02 +0100 Subject: [PATCH] Updated irc.lua; change the output of required.... args to make the fact that you need a nickname more prominent --- src/main/resources/assets/opencomputers/loot/OpenIRC/irc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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