]> git.lizzy.rs Git - luairc.git/commitdiff
typo fix
authorjluehrs2 <jluehrs2@uiuc.edu>
Tue, 4 Sep 2007 05:21:36 +0000 (00:21 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Tue, 4 Sep 2007 05:21:36 +0000 (00:21 -0500)
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