mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2017
Posts: 13
T
tuvok Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: Jul 2017
Posts: 13
Hello Guys,
sorry for my bad english .. a question i have the Channel Logging activ ähm gives there a way to disable the logging from specific channels?
i will disable the logging from 3 or 4 channels

Joined: Jul 2006
Posts: 4,150
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,150
You can right click on a channel's switchbar or treebar's button and select logging > off


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Jan 2012
Posts: 301
Pan-dimensional mouse
Offline
Pan-dimensional mouse
Joined: Jan 2012
Posts: 301
This can also be done using the command: /log off #channel - Details here: https://en.wikichip.org/wiki/mirc/commands/log


If you were looking for a solution using a script, then try using code similar to this:
Code
alias setlogs {
  log on #channel
  log off #myroom
  log on #help
  log off #test
}

Command to enter in the editbox: /setlogs


🌐 http://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples

Link Copied to Clipboard