Detecting users not in channels

These are old archives. They are kept for historic purposes only.
Post Reply
TamOShanter
Posts: 5
Joined: Mon Feb 28, 2005 7:07 pm

Detecting users not in channels

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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
TamOShanter
Posts: 5
Joined: Mon Feb 28, 2005 7:07 pm

Post by TamOShanter »

Thanks...

Tam
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post 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.
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Post Reply