Coders-IRC


IRC for Coders

AdiIRC


image
Last night i added a old client AdiIRC which continues to be updated by various IRC scriptersI also will be adding some coding that you can add to the client and plugins.

Read More

numerical spam flooding


image

on $*:TEXT:/\d{35,}/Si:#: { !ban -k $chan $nick 2 Repeated flooding }


/spamfilter add -posix cpnN warn - numeric_spammer \d{50,}

Expand


Read More

Modified whois


image

raw 311:*:echo -a - | echo -a 14311: $2 is $3 $+ @ $+ $4 $5- | halt
raw 312:*:echo -a 14312: $2- | halt
raw 317:*:echo -a 14317: $2 Idle: $duration($3) , Signon: $asctime($4) | halt
raw 318:*:echo -a 14318: $2- | echo -a - | halt
raw 319:*:echo -a 14319: $2- | halt
raw 325:*:echo -a 14325: $2- | halt

Expand


Read More