mIRC Homepage
Posted By: Bhai Script help. - 24/07/14 04:59 PM
ello,

I want some mIRC scripts, if any one can make one for me i'll be thankful, 1st script i want a command which allow user to join another channel, didnt get it? E.G I've a channel #Bhai there are user who want to join another channel with a command, i know there is a already system in mIRC "/j" but i want to add a command to my bot who allow user to connect any any channel, Ty.
Posted By: Bhai Re: Script help. - 25/07/14 12:47 PM
BUMP! Pls answer!
Posted By: Nillen Re: Script help. - 25/07/14 12:54 PM
Basically what you're asking for is a script to join a certain channel on a remote access?
Code:
on *:text:!join*:#: { 
;/j $2
;/j $nick
}
Remove the one ; on the one you want.
/j $nick will join #Nillen if Nillen wrote !join
/j $2 will join #Nillen if anyone writes !join Nillen
Posted By: Bhai Re: Script help. - 25/07/14 03:42 PM
Originally Posted By: Nillen
Basically what you're asking for is a script to join a certain channel on a remote access?

Yes, Sir, I want a script which allow user to join any channel, Can you make it.
PS:The code you post isnt working.
Posted By: Nillen Re: Script help. - 25/07/14 03:44 PM
Code:
on *:text:!join &:#: /j $2
Posted By: Bhai Re: Script help. - 25/07/14 03:48 PM
Originally Posted By: Nillen
Code:
on *:text:!join &:#: /j $2

Well, Thanks for it its working, Can you do a last favor on me? if Yes, can you give me !youtube and !google script? Ty.
© mIRC Discussion Forums