Removed info plugin. (channels lets people see secret channels, prefix is silly)
This commit is contained in:
parent
9b19225f65
commit
b4477ddab9
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
from util import hook
|
|
||||||
|
|
||||||
|
|
||||||
@hook.command(autohelp=False)
|
|
||||||
def channels(inp, conn=None):
|
|
||||||
"channels -- Lists the channels that the bot is in."
|
|
||||||
return "I am in these channels: %s" % ", ".join(conn.channels)
|
|
||||||
|
|
||||||
|
|
||||||
@hook.command(autohelp=False)
|
|
||||||
def prefix(inp, notice=False, conn=False):
|
|
||||||
"prefix -- Shows the bot's command prefix"
|
|
||||||
notice('The command prefix is "%s"' % conn.conf["command_prefix"])
|
|
Reference in a new issue