]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/chmode.h
s/owner/admin/ throughout the source code and docs.
[irc/rqf/shadowircd.git] / include / chmode.h
index 897c64fd833427d6fba3f5a885cf79b8c22a6e99..9fd623c6d32bb4a7989058391bb791f6818f9ff8 100644 (file)
@@ -69,7 +69,7 @@ extern void chm_limit(struct Client *source_p, struct Channel *chptr,
 extern void chm_regonly(struct Client *source_p, struct Channel *chptr,
           int alevel, int parc, int *parn,
           const char **parv, int *errors, int dir, char c, long mode_type);
-extern void chm_owner(struct Client *source_p, struct Channel *chptr,
+extern void chm_admin(struct Client *source_p, struct Channel *chptr,
           int alevel, int parc, int *parn,
           const char **parv, int *errors, int dir, char c, long mode_type);
 extern void chm_op(struct Client *source_p, struct Channel *chptr,