mIRC Home    About    Download    Register    News    Help

Print Thread
#247602 14/08/14 03:59 PM
Joined: Aug 2014
Posts: 2
K
Klips Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: Aug 2014
Posts: 2
Hey guys,
first, sry for my bad English.
I search a Simple Counter.

Explane:
Command: !beer
Bot answer: "Nickname" have drunk 1 Beer.

and the nexttime anyone use this command
Bot answer: "Nickname" have drunk 2 Beer.

Klips #247603 14/08/14 04:48 PM
Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
Code:
on *:text:!beer:#: { 
inc %beer
msg # $nick have drunk %beer Beer.
}


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
Nillen #247604 14/08/14 05:04 PM
Joined: Aug 2014
Posts: 2
K
Klips Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: Aug 2014
Posts: 2
Oj yes thank you,


Last edited by Klips; 14/08/14 05:30 PM.

Link Copied to Clipboard