Skip to content

Commit

Permalink
Remove dupe logic expression
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann authored and vanosg committed Oct 12, 2018
1 parent 896b6e1 commit 9ac01e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mod/channels.mod/tclchan.c
Expand Up @@ -2282,7 +2282,6 @@ static int tcl_chansettype STDVAR
!strcmp(argv[1], "flood-kick") ||
!strcmp(argv[1], "flood-deop") ||
!strcmp(argv[1], "flood-nick") ||
!strcmp(argv[1], "flood-nick") ||
!strcmp(argv[1], "aop-delay")) {
Tcl_AppendResult(irp, "pair", NULL);
/* Integers now */
Expand Down

0 comments on commit 9ac01e6

Please sign in to comment.