Browse Source

Merge pull request #1398 from slingamn/unkdline

mention UN[DK]LINE in [DK]LINE help
tags/v2.5.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
f04648e081
No account linked to committer's email address
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      irc/help.go

+ 6
- 2
irc/help.go View File

@@ -221,7 +221,9 @@ ON <server> specifies that the ban is to be set on that specific server.
221 221
 
222 222
 [reason] and [oper reason], if they exist, are separated by a vertical bar (|).
223 223
 
224
-If "DLINE LIST" is sent, the server sends back a list of our current DLINEs.`,
224
+If "DLINE LIST" is sent, the server sends back a list of our current DLINEs.
225
+
226
+To remove a DLINE, use the "UNDLINE" command.`,
225 227
 	},
226 228
 	"extjwt": {
227 229
 		text: `EXTJWT <target> [service_name]
@@ -308,7 +310,9 @@ ON <server> specifies that the ban is to be set on that specific server.
308 310
 
309 311
 [reason] and [oper reason], if they exist, are separated by a vertical bar (|).
310 312
 
311
-If "KLINE LIST" is sent, the server sends back a list of our current KLINEs.`,
313
+If "KLINE LIST" is sent, the server sends back a list of our current KLINEs.
314
+
315
+To remove a KLINE, use the "UNKLINE" command.`,
312 316
 	},
313 317
 	"language": {
314 318
 		text: `LANGUAGE <code>{ <code>}

Loading…
Cancel
Save