diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-14 23:51:09 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-14 23:51:09 +0100 |
commit | 219565dffa57499e71bef311aaee8031d6267481 (patch) | |
tree | 947d0154a1905a37b9bffa33c577a60917ed5e65 /FICS | |
parent | 7e739c3d7099a8972c0748b6169f0aa31d3c456d (diff) |
Deleted trailing whitespace characters
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/lists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/lists.c b/FICS/lists.c index 46c67f9..0824a92 100644 --- a/FICS/lists.c +++ b/FICS/lists.c @@ -290,7 +290,7 @@ PUBLIC int list_addsub(int p, char* list, char* who, int addsub) pprintf (p,"Your channel to add must be a number between 0 and %d.\n",MAX_CHANNELS - 1); return COM_OK; } - } + } if (in_list(p, gl->which, member)) { pprintf(p, "[%s] is already on %s %s list.\n", member, yourthe, listname); if (loadme && !connected) |