mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2016
Posts: 1
A
Mostly harmless
OP Offline
Mostly harmless
A
Joined: May 2016
Posts: 1
Continuting from the title: but it sends a different amount for each month subbed

I'm new to the mIRC system and I just wanted to know if it were possible to get a bot to post emotes in chat linking to how many months they were subbed for i.e: 1 Month: 1 Month Emote, 14 Months: 12 Month Emote and 2 Month emotes

Is it possible?

Last edited by Andromeda; 13/05/16 02:38 PM.
Joined: May 2015
Posts: 133
K
Vogon poet
Offline
Vogon poet
K
Joined: May 2015
Posts: 133
it is possible, just check the number of months.

Something like this:

Code:
If xx = 1 {
 msg $chan <1 month emotes>
}
else if xx >= 12 {
 msg $chan <12 month emote>
}


twitter @keyeslol
Joined: Dec 2016
Posts: 16
H
Pikka bird
Offline
Pikka bird
H
Joined: Dec 2016
Posts: 16
Originally Posted By: keyeslol
it is possible, just check the number of months.

Something like this:

Code:
If xx = 1 {
 msg $chan <1 month emotes>
}
else if xx >= 12 {
 msg $chan <12 month emote>
}

Could you post this in a pastebin with this subscriber script http://pastebin.com/4mkAt4Mq and link it me please? I'm having trouble figuring out how it should be set out in a remote script smirk


Link Copied to Clipboard