mIRC Home    About    Download    Register    News    Help

Print Thread
#247238 24/07/14 04:59 PM
Joined: Jul 2014
Posts: 6
B
Bhai Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jul 2014
Posts: 6
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.

Bhai #247265 25/07/14 12:47 PM
Joined: Jul 2014
Posts: 6
B
Bhai Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jul 2014
Posts: 6
BUMP! Pls answer!

Bhai #247266 25/07/14 12:54 PM
Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
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


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
Nillen #247271 25/07/14 03:42 PM
Joined: Jul 2014
Posts: 6
B
Bhai Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jul 2014
Posts: 6
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.

Bhai #247272 25/07/14 03:44 PM
Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
Code:
on *:text:!join &:#: /j $2


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
Nillen #247273 25/07/14 03:48 PM
Joined: Jul 2014
Posts: 6
B
Bhai Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jul 2014
Posts: 6
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.


Link Copied to Clipboard