File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1259,14 +1259,16 @@ def _get_sasl_pass_and_mech(bot):
12591259
12601260
12611261@plugin .commands ('blocks' )
1262+ @plugin .example (r'.blocks add host some\.malicious\.network' , user_help = True )
1263+ @plugin .example (r'.blocks add nick sp(a|4)mb(o|0)t\d*' , user_help = True )
12621264@plugin .thread (False )
12631265@plugin .unblockable
12641266@plugin .priority ('low' )
12651267@plugin .require_admin
12661268def blocks (bot , trigger ):
12671269 """
1268- Manage Sopel's blocking features.\
1269- See [ignore system documentation]({% link _usage/ ignoring-people.md %}) .
1270+ Manage Sopel's blocking features.
1271+ See https://sopel.chat/usage/ ignoring-people/ for usage notes .
12701272 """
12711273 STRINGS = {
12721274 "success_del" : "Successfully deleted block: %s" ,
You can’t perform that action at this time.
0 commit comments