irc script [message #315158] |
Sat, 02 February 2008 16:55 |
shaitan
Messages: 727 Registered: April 2005 Location: Pennsylvania
Karma:
|
Colonel |
|
|
First off, hello everyone..
I use mIRC v6.16, am needing a script for irc.It can either be for my own irc script, or a bot (Brenbot 1.52 (build 1)) for Renegade MissionDM
I was wondering if anyone could make a script that can take into account how many suicides per map people have suicided.
I have no clue on how to make a script that can do consecutiveness.
1st suicide of a nick per map =!ppage <nick> <reason>
2nd suicideof a nick per map = !pamsg <nick> <reason>
3rd suicide of a nick per map = !qkick <nick> <reason>
4th suicide of a nick per map = !kick <nick> <reason>
on *:TEXT:*committed suicide.*:#: {
if ($nick == DM-Bot) {
.timer 1 1 msg # !ppage $2 Please don't commit suicide!
}
}
That's all I can figure out.
Aircraftkiller wrote on Sun, 18 Jan 2004 07:38 | I get along with people fine, so long as they aren't rejects who promised things that they couldn't
deliver on, or forum trolls who contribute nothing except to bloat the fragile egos of the same
rejects I despise.
|
|
|
|