mIRC Home    About    Download    Register    News    Help

Print Thread
#244141 26/01/14 03:57 AM
Joined: Jan 2014
Posts: 7
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2014
Posts: 7
<name> just subscribed!

how can u make my bot welcome them?

ex. Welcome $nick to $chan subscriber family!

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
You realize mIRC is not used solely for twitch, and that how twitch operates is generally not related to mIRC? Ask somewhere twitch related how to obtain that information. Then you can ask specifically how to implement it in mIRC.

Joined: Jan 2014
Posts: 7
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2014
Posts: 7
You seem to not see what i just asked. i dont want sub info, i just want to simply greet them

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
So there's already a bot announcing subscribers, and you want to message the channel a second time?

Joined: Jan 2014
Posts: 7
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2014
Posts: 7
i want my own bot to announce for a channel who doesnt want to get a bot who already does that. XD

i already found a script for it though, ty for the help, kinda.

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Where does "<name> just subscribed!" come from then? Is that a private message? You can't just assume people will know these things, how twitch operates has nothing to do with IRC in general. There's no concept of a subscriber.

Joined: Jan 2014
Posts: 7
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2014
Posts: 7
this is the command i found

on 1:text:*subscribed*:#CHANNEL:{
if ($nick == twitchnotify) { msg $chan Welcome $$1! <3 }
}

Joined: Apr 2013
Posts: 27
R
Ameglian cow
Offline
Ameglian cow
R
Joined: Apr 2013
Posts: 27
Here is the best way to get this:
Code:
ON *:TEXT:*just subscribed!:#:{
if ($nick == twitchnotify ) {
<Code here>
}


Link Copied to Clipboard