mIRC Home    About    Download    Register    News    Help

Print Thread
#45601 31/08/03 03:44 AM
Joined: Aug 2003
Posts: 148
K
KoRn18 Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Aug 2003
Posts: 148
on irc.freenode.net in the main channel, you have to:
Code:
/who *.staff.freenode

to find an available staff that can voice me..
i want to know if i can get what who returns, list -only- the nicks in maybe a text file, and then load it into a dialog list box

but taking it a step further i would like to list the staff that have the least idle time first (like 0-2Hrs)


_________
may death strike you.
#45602 01/09/03 11:50 AM
Joined: Sep 2003
Posts: 27
T
Ameglian cow
Offline
Ameglian cow
T
Joined: Sep 2003
Posts: 27
raw 352:*staff.freenode*: { write opers.txt $3 }
this line writes the nick to opers.txt file

there is a raw for the idle time in /whois nick nick
raw *:*: { echo -a ( $+ $numeric $+ ) $1- | halt }
use this to find it then all you would need it a little $gettok and $addtok to add the idle time next to the nick in the opers.txt file....
sorry but thats all i can do for you..i dont know jack diddly about dialogs (havent found a good use for em) ...can tell you after you write their idle time to the text file you can make a while loop to echo all of the info into a @window.. theres alot of good scripter usually aviable on webnet in #mIRC so if ya need some real "in detail" help feel free to join there


Link Copied to Clipboard