you could do something like

alias logallchans {
var %i 0
while %i < $chan(0) {
inc %i
log on $chan(%i) -f $+($chan,.log)
}
}

on *:text:*:?:{
if !$window($nick).logfile {
log on $nick -f $+($nick,.log)
}
}

but isn't it better to just turn on logging for all(options/irc/logging/automatically log/both)?

btk

a $logging addition might be nice to have though.

$logging(window/chats/channels/both)

Last edited by billythekid; 03/10/07 01:34 PM.

billythekid