mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2007
Posts: 3
Y
Self-satisified door
OP Offline
Self-satisified door
Y
Joined: Jun 2007
Posts: 3
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,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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
}

Joined: Jun 2007
Posts: 3
Y
Self-satisified door
OP Offline
Self-satisified door
Y
Joined: Jun 2007
Posts: 3
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).


If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!
Joined: Jun 2007
Posts: 3
Y
Self-satisified door
OP Offline
Self-satisified door
Y
Joined: Jun 2007
Posts: 3
thx RusselB & xDaeMoN
ALT-R -> File -> New
It work.

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

Link Copied to Clipboard