mIRC Home    About    Download    Register    News    Help

Print Thread
#248832 28/10/14 07:58 PM
Joined: Oct 2014
Posts: 2
F
Bowl of petunias
OP Offline
Bowl of petunias
F
Joined: Oct 2014
Posts: 2
Hey all!

Im a viewer in a channel, and have been allowed to make a bot that greet new subscribers.
My question is, how do I make such a bot?? To let you know, im a huge noob regarding this.... Hope you can help me!

Thanks for reading and helping! :-)

- Fumblemuck

Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
If you are talking for twitch have a look into this remote read the description and paste the code into the remotes, for any problem reply here.

Remote: http://hawkee.com/snippet/16083/


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Oct 2014
Posts: 2
F
Bowl of petunias
OP Offline
Bowl of petunias
F
Joined: Oct 2014
Posts: 2
Yea, its something like that im looking for, just for subscribers :-) And yes, its for Twitch.tv, sry for not clarifying that :-)

But I want it to be via my normal account, and then it says something like: "Welcome to the sub-club <name>!" (Just an example)

Joined: Aug 2014
Posts: 26
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Aug 2014
Posts: 26
on 1:TEXT:*subscribed*:#channel: {
if ( $nick == twitchnotify ) { msg # $$1 welcome to the sub club}
}


This is the one I am using and I think it works nice, But change the text after msg # ($$1 is the name of the person)

Last edited by Stracked; 28/10/14 10:09 PM.

Link Copied to Clipboard