mIRC Home    About    Download    Register    News    Help

Print Thread
#242430 13/07/13 12:21 AM
Joined: Jul 2013
Posts: 2
D
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Jul 2013
Posts: 2
I need help making a script where when ANYONE (not just me) says !join #channeltheywantittojoin it'll join that channel.

Dimentio #242431 13/07/13 12:42 AM
Joined: Jun 2013
Posts: 43
G
Ameglian cow
Offline
Ameglian cow
G
Joined: Jun 2013
Posts: 43
This might work, I'm not 100% sure though smile

Code:
on *:text:!join *:#:{
  /join $2
}

Last edited by GamingTom; 13/07/13 12:42 AM.

Link Copied to Clipboard