]> jfr.im git - solanum.git/blobdiff - extensions/m_ojoin.c
Include messages.h for macro form_str in select extensions
[solanum.git] / extensions / m_ojoin.c
index 402caa7c303ee83faa2e3cf4311b99fecbf4b21a..b69001fd78b27469c171835ee6620930fca54e67 100644 (file)
@@ -35,6 +35,7 @@
 #include "msg.h"
 #include "parse.h"
 #include "modules.h"
+#include "messages.h"
 
 static int mo_ojoin(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
 
@@ -65,7 +66,7 @@ mo_ojoin(struct Client *client_p, struct Client *source_p, int parc, const char
                return 0;
        }
 
-       if(*parv[1] == '@' || *parv[1] == '%' || *parv[1] == '+')
+       if(*parv[1] == '@' || *parv[1] == '+')
        {
                parv[1]++;
                move_me = 1;