From 2fc031208eb77a7493209d4953f49ae9e1d57c7d Mon Sep 17 00:00:00 2001 From: 0xd3d0c3d <0xd3d0c3d@protonmail.com> Date: Wed, 24 Aug 2022 04:25:00 -0500 Subject: [PATCH] v2.666 --- plugins/cmd_irc_plugin.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/cmd_irc_plugin.py b/plugins/cmd_irc_plugin.py index 1f1fe7f..54e4d3e 100644 --- a/plugins/cmd_irc_plugin.py +++ b/plugins/cmd_irc_plugin.py @@ -16,7 +16,7 @@ class Plugin: self.bot = bot ####################################################################################### @irc3.extend - @command(permission='admin',show_in_help_list=False) + @command(permission='admin',show_in_help_list=True) async def listrooms(self,sender_netroomchan,sender_user,target,): """listrooms - lists rooms/channels/groups this bot is currently in %%listrooms @@ -38,7 +38,7 @@ class Plugin: return results ####################################################################################### @irc3.extend - @command(permission='admin',show_in_help_list=False) + @command(permission='admin',show_in_help_list=True) async def listbridges(self,sender_netroomchan,sender_user,target,): """listbridges - lists rooms/channels/groups this bot is currently in %%listbridges @@ -71,7 +71,7 @@ class Plugin: return results ####################################################################################### @irc3.extend - @command(permission='admin',show_in_help_list=False) + @command(permission='admin',show_in_help_list=True) async def addbridge(self,mask,target,args): """addbridge - add a bridge rule for a netspan channel/room/group. use ?listrooms, ?listbridges for information. usage: ?addbridge #b0tsh0p ^χιϛ %%addbridge ... @@ -91,7 +91,7 @@ class Plugin: return results ####################################################################################### @irc3.extend - @command(permission='admin',show_in_help_list=False) + @command(permission='admin',show_in_help_list=True) async def delbridge(self,mask,target,args): """delbridge - delete a bridge rule for a netspan channel/room/group. use ?listrooms, ?listbridges for information. usage: ?delbridge #b0tsh0p ^χιϛ %%delbridge ... @@ -111,9 +111,9 @@ class Plugin: return results ####################################################################################### @irc3.extend - @command(permission='admin',show_in_help_list=False) + @command(permission='admin',show_in_help_list=True) async def blackhole(self,mask,target,args): - """blackhole - prevents maple from reverberating on bridges. usage: ?blackhole ?blackhole !asdfasdfasdfsad:pcriot.org add or ?blackhole !asdfasdfasd del + """blackhole - prevents maple from reverberating on bridges. usage: ?blackhole !asdfasdfasdfsad:pcriot.org add or ?blackhole !asdfasdfasd del %%blackhole ... """ noise=' '.join(args['']).strip() @@ -137,7 +137,7 @@ class Plugin: return results ####################################################################################### @irc3.extend - @command(permission='admin',show_in_help_list=False) + @command(permission='admin',show_in_help_list=True) async def purgebridges(self, mask=None, target=None, data=None, sender_user=None, sender_netroomchan=None, **kw): """purgebridges - erases channel/room message history across nets %%purgebridges