Skip to content

Commit

Permalink
Default true
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Mottram committed May 25, 2021
1 parent 677c47d commit 48d29a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniircd
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ def main() -> None:
)
ap.add_argument(
"--registered-only",
action="store_false",
action="store_true",
help="Only allow registered users within channels",
)
ap.add_argument(
Expand Down

0 comments on commit 48d29a5

Please sign in to comment.