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