mIRC Home    About    Download    Register    News    Help

Print Thread
#28072 04/06/03 10:31 AM
Joined: Jun 2003
Posts: 9
O
owenwww Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
O
Joined: Jun 2003
Posts: 9
Hello all.

I created a simple alias to list the ops on a channel, but I cannot get the alias to execute automatically. I can type /listops on a channel and it works fine, but I tried using it in the perform section like:

/join #chatzone
/listops

And it doesn't work at all. Is there a way to have it execute automatically when I join a channel? I tried usong ON JOIN and checking for $nick == $me but it still only seems to like working if I run it manually.

Thanks for any help.

#28073 04/06/03 10:39 AM
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
well, u can't put in on join becuz when u are joining u don't get the names of the nick immideatly, u need it to perform when u get 'end of /names', use raw 366
raw 366:*:listops $2
and don't forget, replace in the listops alias so # or $chan will be $1 becuz there is no # in raws



Link Copied to Clipboard