mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Forgot the utils.
This commit is contained in:
parent
0cc386e7f7
commit
3620be1ed2
@ -236,10 +236,10 @@ class Notes(callbacks.Privmsg):
|
|||||||
else:
|
else:
|
||||||
L.append(r'#%s (private)' % id)
|
L.append(r'#%s (private)' % id)
|
||||||
if more:
|
if more:
|
||||||
shrinkList(L, ', ', 400)
|
utils.shrinkList(L, ', ', 400)
|
||||||
L.append('and even more notes.')
|
L.append('and even more notes.')
|
||||||
else:
|
else:
|
||||||
shrinkList(L, ', ', 450)
|
utils.shrinkList(L, ', ', 450)
|
||||||
irc.reply(msg, ', '.join(L))
|
irc.reply(msg, ', '.join(L))
|
||||||
|
|
||||||
def oldnotes(self, irc, msg, args):
|
def oldnotes(self, irc, msg, args):
|
||||||
|
Loading…
Reference in New Issue
Block a user