mIRC Home    About    Download    Register    News    Help

Print Thread
Y
yhnujmik
yhnujmik
Y
Quote:
on *:input:#:/msg $chan !voiceme

!voiceme will show when I leave #mIRC
[2007:06:02:13:51:01]<cameron093>/hop
[2007:06:02:13:51:03]<cameron093> !voiceme
[2007:06:02:13:51:03]* Attempting to rejoin channel #mIRC
[2007:06:02:13:51:05]* Rejoined channel #mIRC



How to auto !voiceme when I join #mIRC
[2007:06:02:13:51:03]* Rejoined channel #mIRC
[2007:06:02:13:51:03]*<cameron093> !voiceme

Last edited by yhnujmik; 02/06/07 06:12 AM.
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
That code line, will cause any message or command sent to the channel to cause both the message/command and !voiceme to be sent every time.

If you want something that will send the !voiceme message when you join the channel, use this
Code:
on me:*:join:#:{
  msg $chan !voiceme
}

Y
yhnujmik
yhnujmik
Y
sorry it doesn't work.

When I type !voiceme , I will auto get +v.

What is the Script? thx

Last edited by yhnujmik; 02/06/07 06:35 AM.
Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
Russelb's code should work like you want it. Try putting the code in a new remote file. (ALT-R -> File -> New).

Y
yhnujmik
yhnujmik
Y
thx RusselB & xDaeMoN
ALT-R -> File -> New
It work.

Last edited by yhnujmik; 02/06/07 10:29 AM.

Link Copied to Clipboard