From: jluehrs2 Date: Tue, 4 Sep 2007 05:21:36 +0000 (-0500) Subject: typo fix X-Git-Tag: 0.03~53 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ecf89e841c46781413a00a3653e523ec3b22ad71;p=luairc.git typo fix --- diff --git a/src/irc/debug.lua b/src/irc/debug.lua index cdafd0f..9082996 100644 --- a/src/irc/debug.lua +++ b/src/irc/debug.lua @@ -55,7 +55,7 @@ end function message(msg_type, msg, color) if ON then local endcolor = "" - if COLOR and out_file == io.stdout then + if COLOR and outfile == io.stdout then color = color or "\027[1;30m" endcolor = "\027[0m" else