Age | Commit message (Collapse) | Author |
|
When the feed handle is empty or not used (e.g. during rss show), the
headlines output filter will display the date before the title.
|
|
|
|
A simple output format that only provides feed titles, skipping all
other data, including the feed link. Requested by step on #rbot.
|
|
|
|
A bug in the logic allowed a +2 to be playable on a Reverse of the wrong
color (e.g. g+2, gr, r+2).
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|