Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit 2fbcdf4

Browse files
authored
Fix a logical blunder
I think the help should say "- a channel name pattern does not start with a wildcard or a #, or" instead of "- a channel name pattern starts with a wildcard or a #, or" Relevant code https://github.com/atheme/atheme/blob/master/modules/alis/main.c#L135 Brought up by ccat at #freenode today
1 parent 7209fa8 commit 2fbcdf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • help/default/alis

help/default/alis/list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The pattern can contain * and ? wildcards. The pattern has to
2020
match the full channel name or a full topic, depending on where it
2121
is used; the wildcards are important. The pattern is also
2222
automatically surrounded by * wildcards if
23-
- a channel name pattern starts with a wildcard or a #, or
23+
- a channel name pattern does not start with a wildcard or a #, or
2424
- a topic pattern contains no * wildcards.
2525

2626
For example, for channel names, from most to least specific:

0 commit comments

Comments
 (0)