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
Detecting users not in channels
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
But there's already a feature request open in the bug tracker:
http://bugs.unrealircd.org/view.php?id=1518
-
White_Magic
- Posts: 267
- Joined: Tue Jan 18, 2005 3:24 pm
- Location: Scotland - United Kingdom
as ircop just type /who *
sure its not convent if u have a network of 1000 + users so try,
sure its not convent if u have a network of 1000 + users so try,
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.raw 352:*:{
if ($chr(35) !isin $2) {
/window -elk0 @nochannels 10 10
//aline @nochannels $6 $3 $+ @ $+ $4 $6
}
haltdef
halt
}
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict 