aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 00:21:36 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 00:21:36 -0500
commitecf89e841c46781413a00a3653e523ec3b22ad71 (patch)
tree34b5435cc401579bf96296b046b9fdc31d838a05
parent2f6ec8119bb5a11e2850b0a7a0763ad798e3fab6 (diff)
downloadluairc-ecf89e841c46781413a00a3653e523ec3b22ad71.tar.gz
luairc-ecf89e841c46781413a00a3653e523ec3b22ad71.zip
typo fix
-rw-r--r--src/irc/debug.lua2
1 files changed, 1 insertions, 1 deletions
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