From ecf89e841c46781413a00a3653e523ec3b22ad71 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 4 Sep 2007 00:21:36 -0500 Subject: typo fix --- src/irc/debug.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf