Author: Ghostwolf <foxxe@trms.com>
[ircu2.10.12-pk.git] / ircd / m_join.c
index d1408d9cf135e87129e9fd4a37984829fe5a1d61..f7b0342370d0c0c7c119c5a2899566f2c6cdf9cd 100644 (file)
@@ -406,7 +406,6 @@ int ms_join(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   struct Channel* chptr;
   char*           name;
   char*           keysOrTS = NULL;
-  int             i = 0;
   int             zombie = 0;
   int             sendcreate = 0;
   unsigned int    flags = 0;