aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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