Debug
From Scriptwiki
Revision as of 11:30, 28 February 2007 by Albie (talk | contribs) (have to go out will finish when i get back -- marked stub)
/debug [-cinpt] [N] [on|off|@window|filename] [identifier] Outputs raw server messages, both incoming and outgoing, to a debug.log file, or a custom @window.
Switches
Switch | Meaning |
-c | turns off debugging and closes the associated custom @window |
-i | the specified identifier before a debug line is logged. The return value of the identifier is used as the debug line. |
-n | opens the custom @window minmized. |
-p | turns word wrapping on. |
-t | turns timestamping on. |