mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 12:29:27 +01:00
4cd1211684
Sometimes people might join the channel uncloaked and get join-flood banned with their uncloaked hostmask, and then later attempt to join the channel while cloaked but the network will prevent them from joining since it checks their IP address against the banlist in addition to their cloak. Attempts to use unbanme while cloaked will look for a ban matching the cloak instead of the IP address and will not find their uncloaked join-flood ban. To fix this, we now traverse all known aliases/hostmasks for an individual requesting a join-flood unban and remove any and all bans matching any of the hostmasks linked to this individual. |
||
---|---|---|
build | ||
config | ||
data | ||
doc | ||
log | ||
misc | ||
modules | ||
PBot | ||
pbot.pl | ||
pbot.sh | ||
README |
PBot is a versatile IRC Bot written in Perl for the ##C channel on Freenode.net Features -------- * Factoids * Quotegrabs * Loadable modules that are simple programs based on stdin and stdout * Lots of default modules, including a code compiler and debugger, C-to-English translator, C precedence analyzer, trivia and much more * Channel management * User hostmask and message tracking * Ban evasion detection * Flood detection * Enter-abuse detection * Auto-away detection * Auto-rejoin after kick detection * Registry-based customization See http://www.iso-9899.info/wiki/Candide for more information.