From WikiChip
Difference between revisions of "mirc/commands/log"
m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +)) |
(→Example) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/log Command}} | ||
The '''/log command''' turns logging on and off for a window, if you specify a filename the logs file dialog is not popped up. | The '''/log command''' turns logging on and off for a window, if you specify a filename the logs file dialog is not popped up. | ||
== Synopsis == | == Synopsis == | ||
− | /log <on|off> <window> [-f filename] | + | /log <on|off|default> <window> [-f filename] |
== Switches == | == Switches == | ||
Line 12: | Line 13: | ||
== Example == | == Example == | ||
− | + | <syntaxhighlight lang="mIRC"> | |
+ | /log on #channel | ||
+ | /log off #test | ||
+ | </syntaxhighlight> | ||
== Compatibility == | == Compatibility == | ||
Line 22: | Line 26: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|log command - mIRC]] |
Latest revision as of 09:41, 8 January 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /log command turns logging on and off for a window, if you specify a filename the logs file dialog is not popped up.
Synopsis[edit]
/log <on|off|default> <window> [-f filename]
Switches[edit]
- -f - if specified, the [filename] parameter must be the filename used to log the window
Parameters[edit]
- <on|off> - turns the log on/off
- <window> - the window you want to turn log on/off
Example[edit]
/log on #channel /log off #test
Compatibility[edit]
Added: 3.3 - 3.4
See also[edit]
mIRC commands list