mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 11:39:25 +01:00
remove rogue test-print
This commit is contained in:
parent
9db1598a0e
commit
d1c00ccbaf
@ -184,7 +184,6 @@ class Factoids(callbacks.Plugin, plugins.ChannelDBHandler):
|
|||||||
def _replyFactoids(self, irc, msg, key, channel, factoids,
|
def _replyFactoids(self, irc, msg, key, channel, factoids,
|
||||||
number=0, error=True):
|
number=0, error=True):
|
||||||
if factoids:
|
if factoids:
|
||||||
print factoids
|
|
||||||
if number:
|
if number:
|
||||||
try:
|
try:
|
||||||
irc.reply(factoids[number-1][0])
|
irc.reply(factoids[number-1][0])
|
||||||
|
Loading…
Reference in New Issue
Block a user