]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/common.h
mod-python: add emb_user_mode function
[irc/evilnet/x3.git] / src / common.h
index e688ee8357f1b1b82c90e3a614bb19a5f380f6ec..0d93315733b7b7650c1eea5b40bda3252fdd11f0 100644 (file)
@@ -183,7 +183,7 @@ int mmatch(const char *glob, const char *newglob);
 int match_ircglob(const char *text, const char *glob);
 #define MATCH_USENICK 1
 #define MATCH_VISIBLE 2
-int user_matches_glob(struct userNode *user, const char *glob, int flags);
+int user_matches_glob(struct userNode *user, const char *glob, int flags, int shared);
 int is_overmask(char *mask);