diff --git a/ChangeLog b/ChangeLog index d64f85cbb..b8ec08fef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + * Added Http.cyborg, a fun little command for getting cyborg + abbreviations for names. + * Added Sourceforge.totalbugs and Sourceforge.totalrfes * Removed Admin.setprefixchar, since it's unneeded with the new diff --git a/plugins/Http.py b/plugins/Http.py index 9aafd48a9..f44f329ae 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -202,6 +202,22 @@ class Http(callbacks.Privmsg): quote = ' // '.join(quote.splitlines()) irc.reply(quote) + _cyborgRe = re.compile(r'
(.*?)
', re.I) + def cyborg(self, irc, msg, args): + """