mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Added shrink command. (made it shirnk a little more)
This commit is contained in:
parent
8ba0d3a1a4
commit
65d2dabc5c
@ -48,7 +48,7 @@ def configure(onStart, afterConnect, advanced):
|
|||||||
class Utilities(callbacks.Privmsg):
|
class Utilities(callbacks.Privmsg):
|
||||||
def shrink(self, irc, msg, args):
|
def shrink(self, irc, msg, args):
|
||||||
text = privmsgs.getArgs(args)
|
text = privmsgs.getArgs(args)
|
||||||
irc.reply(msg, text[:450])
|
irc.reply(msg, text[:400])
|
||||||
|
|
||||||
def strjoin(self, irc, msg, args):
|
def strjoin(self, irc, msg, args):
|
||||||
"<separator> <strings to join>"
|
"<separator> <strings to join>"
|
||||||
|
Loading…
Reference in New Issue
Block a user