]> git.lizzy.rs Git - luairc.git/blobdiff - src/irc/debug.lua
typo fix
[luairc.git] / src / irc / debug.lua
index cdafd0f991e07a3efd3c93efffe8feba02c841c4..9082996be456a0585dc79003548f19a42ca27588 100644 (file)
@@ -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