
Untitled
By: a guest on
May 20th, 2012 | syntax:
None | size: 2.27 KB | hits: 29 | expires: Never
on *:TEXT:!addid*:#: {
if ($chan != #zchan) && (%idsm == on) {
tokenize 32 $strip($1-)
if ($2 isnum) {
msg #Zchan !addid $nick $2
msg #zchan ID from CHAN4( $+ $chan $+ ) 1NICK4( $+ $nick $+ )
}
else {
msg #zchan !addid $2 $3
msg #zchan ID from CHAN4( $+ $chan $+ ) 1NICK4( $+ $nick $+ )
}
}
}
on *:TEXT:*ID is*:#: {
if (%idsm == on) {
if ($nick == Dinky) || ($nick == Caspeh) || ($nick == Hot_Bot) || ($nick == MzBot) || ($nick == xSFBot) {
tokenize 32 $remove($1-,[,])
tokenize 32 $remove($1-,'s)
tokenize 32 $remove($1-,.)
tokenize 32 $strip($1-)
msg #Zchan !addid $1 $4
msg #zchan ID from CHAN4( $+ $chan $+ ) 1BOT4( $+ $nick $+ )
}
}
}
on *:TEXT:*is*[*]*:#: {
if ($1 != kushman) || ($1 != kush|away) && (%idsm == on) {
if ($chan == #giveaway) || ($chan == #duckpond) {
tokenize 32 $remove($1-,[,])
tokenize 32 $remove($1-,.)
tokenize 32 $remove($1-,'s)
tokenize 32 $strip($1-)
msg #zchan !addid $1 $4
msg #zchan !addid $3 $4
msg #zchan ID from CHAN4( $+ $chan $+ ) 1BOT4( $+ $nick $+ )
}
}
}
on *:TEXT:*pushed*the hardest on the swing and won the*:#playground: {
if (%idsm == on) {
tokenize 32 $strip($1-)
msg #zchan !addid $1 $2
msg #zchan ID from CHAN4( $+ $chan $+ ) 1BOT4( $+ $nick $+ )
}
}
on *:ACTION:*is*[*]*:#: {
if ($1 != kushman) || ($1 != kush|away) && (%idsm == on) {
if ($chan == #drugden) {
tokenize 32 $remove($1-,[,])
tokenize 32 $remove($1-,.)
tokenize 32 $remove($1-,'s)
tokenize 32 $strip($1-)
msg #zchan !addid $1 $4
msg #zchan !addid $3 $4
msg #zchan ID from CHAN4( $+ $chan $+ ) 1BOT4( $+ $nick $+ ))
}
}
}
alias /idsm {
if (on == $1) {
set %idsm on
msg #zchan 9ID Streaming has been turned on
.timer 1 1 topic #zchan 14,8C8,1A14,8U8,1T14,8I8,1O14,8N0,4 ALOT OF SPAMMING - ID streaming in progress 14,8C8,1A14,8U8,1T14,8I8,1O14,8N
}
if (off == $1) {
set %idsm off
msg #zchan 9ID streaming has been turned off
topic #zchan ID streaming and other various bot stuff is done here.4(ID streaming is currently off)
}
}