|
|
@@ -1,5 +1,6 @@
|
|
|
from common import log
|
|
|
from commands.common import CommandHelpers as CH
|
|
|
+
|
|
|
bold = "\x02"
|
|
|
italic = "\x1D"
|
|
|
underline = "\x1F"
|
|
|
@@ -23,7 +24,7 @@ def do_command(self, connection, event):
|
|
|
return
|
|
|
connection.privmsg(replyto, "Displays a list of commands.")
|
|
|
elif cmdtype == "cmd":
|
|
|
- connection.privmsg(replyto, grey + "Statistics commands: " + CH.ccc(self, "joins") + CH.ccc(self, "kicks")[:-2] + ".")
|
|
|
+ connection.privmsg(replyto, grey + "Statistics commands: " + CH.ccc(self, "joins") + CH.ccc(self, "kicks") + CH.ccc(self, "")[:-2] + ".")
|
|
|
|
|
|
|
|
|
elif command.split()[0] == "joins" or command.split()[0] == "kicks":
|