Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Commit ff949fe1c9dd0c179ecdce9340c04c05242d3a48 "iplookup plugin:
support IPv6 too" broke the main iplookup method by forgetting to
initialize reply correctly.
Fix it, and replace String#+= usage with String#<< which is more
efficient speed- and memory-wise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch introduces the ability for the bot to register itself
to the Q bot, together with a number of other enhancements.
|
|
|
|
This is needed to prevent an error from being raised when
core.reply_with_nick is true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input line
|
|
|
|
|
|
|
|
This is achieved by moving the check for IP vs hostname in the
iplookup() method itself, and using the existing regexps to check if a
string is an IP or not.
|
|
|
|
|
|
|
|
|
|
|
|
nickrecover.* entries
|
|
|
|
|
|
|
|
|
|
stuck at always being the same
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|