]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/supported.c
s/owner/admin/ throughout the source code and docs.
[irc/rqf/shadowircd.git] / src / supported.c
index 14cee916bc979bb5ce54f4b533268462dea34dc4..4ed2616f2f9a4680ef0f940ae9148d7643012fde 100644 (file)
@@ -267,9 +267,9 @@ isupport_prefix(const void *ptr)
        static char result[11];
 
        rb_snprintf(result, sizeof result, "(%so%sv)%s@%s+",
-                       ConfigChannel.use_owner ? "a" : "",
+                       ConfigChannel.use_admin ? "a" : "",
                        ConfigChannel.use_halfop ? "h" : "",
-                       ConfigChannel.use_owner ? "!" : "",
+                       ConfigChannel.use_admin ? "!" : "",
                        ConfigChannel.use_halfop ? "%" : "");
        return result;
 }