mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Forgot to change the class name
This commit is contained in:
parent
988618af4f
commit
a52a1fe6d6
@ -42,7 +42,7 @@ from baseplugin import *
|
|||||||
import privmsgs
|
import privmsgs
|
||||||
import callbacks
|
import callbacks
|
||||||
|
|
||||||
class Utils(callbacks.Privmsg):
|
class Utilities(callbacks.Privmsg):
|
||||||
def strjoin(self, irc, msg, args):
|
def strjoin(self, irc, msg, args):
|
||||||
"<separator> <strings to join>"
|
"<separator> <strings to join>"
|
||||||
sep = args.pop(0)
|
sep = args.pop(0)
|
||||||
@ -60,5 +60,5 @@ class Utils(callbacks.Privmsg):
|
|||||||
sep = None
|
sep = None
|
||||||
irc.reply(msg, text.split(sep))
|
irc.reply(msg, text.split(sep))
|
||||||
|
|
||||||
Class = Utils
|
Class = Utilities
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user