diff options
Diffstat (limited to 'src/botserv.c')
-rw-r--r-- | src/botserv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/botserv.c b/src/botserv.c index 961f07cee..3ba8cdb91 100644 --- a/src/botserv.c +++ b/src/botserv.c @@ -138,8 +138,6 @@ void botchanmsgs(User * u, ChannelInfo * ci, char *buf) int16 cstatus = 0; char *cmd; UserData *ud; - int found = 0; - if (!u || !buf || !ci) { return; |