This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

akill!!!

Old posts that have not been replied to for several years.
Locked
N
NxT

akill!!!

Post by NxT »

Is there any tcl what can akill flooder?

Thanks

ps. my bot will have services access to akill

O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

flooder would be not sur if this will work tho cause read quote below

also akill is a services command .. so i suppose u got it on services ??
cause from what i can remember an akill can only be triggerd from a server with that has a u line ..
and basicly is the same as a kline ..

if your service is called rootserv
then it would be putserv "privmsg rootserv :akill syntax"

Code: Select all

bind flud - * flud:akill

proc flud:akill {nick uhost hand type chan} {
  # don't know syntax so use $nick $host depending on host or nick
  putserv "akill $nick :reason"
}
Description: any floods detected through the flood control settings (like 'flood-ctcp') are sent here before processing. If the proc returns 1, no further action is taken on the flood; if the proc returns 0, the bot will do its normal "punishment" for the flood. The flood types are: pub, msg, join, or ctcp (and can be masked to "*" for the bind); flags are ignored.
XplaiN but think of me as stupid
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

hehe sorry didn't notice the ps hehe
XplaiN but think of me as stupid
Locked