mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Removed id number from randomurl output.
This commit is contained in:
parent
871d6858c0
commit
84c028c0dc
@ -145,7 +145,7 @@ class URLSnarfer(callbacks.Privmsg, ChannelDBHandler):
|
|||||||
(id, url, added, addedBy, _, _, _, _, _, _) = cursor.fetchone()
|
(id, url, added, addedBy, _, _, _, _, _, _) = cursor.fetchone()
|
||||||
when = time.strftime(conf.humanTimestampFormat,
|
when = time.strftime(conf.humanTimestampFormat,
|
||||||
time.localtime(int(added)))
|
time.localtime(int(added)))
|
||||||
s = '%s: <%s> (added by %s at %s)' % (id, url, addedBy, when)
|
s = '<%s> (added by %s at %s)' % (id, url, addedBy, when)
|
||||||
irc.reply(msg, s)
|
irc.reply(msg, s)
|
||||||
|
|
||||||
def numurls(self, irc, msg, args):
|
def numurls(self, irc, msg, args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user