Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / ircd / m_whois.c
index f99df5c58cab2d522e39d5c58e228d36548a8064..e36325b115a5888b7e52d9dfcfd257284ff60041 100644 (file)
@@ -123,7 +123,7 @@ int m_whois(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   struct Channel* chptr;
   char*           nick;
   char*           tmp;
-  char*           name;
+  const char*     name;
   char*           p = 0;
   int             found;
   int             len;
@@ -337,7 +337,7 @@ int ms_whois(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   struct Channel* chptr;
   char*           nick;
   char*           tmp;
-  char*           name;
+  const char*     name;
   char*           p = 0;
   int             found;
   int             len;
@@ -551,7 +551,7 @@ int mo_whois(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   struct Channel* chptr;
   char*           nick;
   char*           tmp;
-  char*           name;
+  const char*     name;
   char*           p = 0;
   int             found;
   int             len;