Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed May 15, 2024
1 parent 11ebc5b commit 5ba8caa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mod/irc.mod/irc.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ static void maybe_revenge(struct chanset_t *chan, char *whobad,
struct userrec *u, *u2;
memberlist *m;


if (!chan || (type < 0))
return;

Expand All @@ -241,7 +240,6 @@ static void maybe_revenge(struct chanset_t *chan, char *whobad,
m = ismember(chan, badnick);
u = get_user_from_channel(m);


/* Get info about victim */
victim = splitnick(&whovictim);
m = ismember(chan, victim);
Expand Down

0 comments on commit 5ba8caa

Please sign in to comment.