Page 1 of 1
Detecting users not in channels
Posted: Mon Feb 28, 2005 7:13 pm
by TamOShanter
Hello,
Is there any simple way (without using Raw319) to detect a user connected to a server, but not in a channel?
In some IRCds there is a command:
/msg operserv notinchanlist
Tam
Posted: Mon Feb 28, 2005 7:17 pm
by Dukat
No, there isn't (yet), sorry.
But there's already a feature request open in the bug tracker:
http://bugs.unrealircd.org/view.php?id=1518
Posted: Mon Feb 28, 2005 7:19 pm
by TamOShanter
Thanks...
Tam
Posted: Thu Mar 03, 2005 1:38 am
by White_Magic
as ircop just type /who *
sure its not convent if u have a network of 1000 + users so try,
raw 352:*:{
if ($chr(35) !isin $2) {
/window -elk0 @nochannels 10 10
//aline @nochannels $6 $3 $+ @ $+ $4 $6
}
haltdef
halt
}
use this in ur remotes,when u call a /who it will send all non channel users into a window called @nochannels making it easier for u to see who isnt in a channel. it isnt a best soultion but still usful for now.