]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Slight change to alert dialog sent to non-opped users when trying to change topic.
authorsecretagent <unknown>
Mon, 3 Aug 2009 01:20:15 +0000 (21:20 -0400)
committersecretagent <unknown>
Mon, 3 Aug 2009 01:20:15 +0000 (21:20 -0400)
js/ui/frontends/qui.js

index 3663fb098c613bed04b1c800bc65f04ee3810646..d934644b1ebf6fb29bcbc3f21e00b08c06c8de36 100644 (file)
@@ -438,7 +438,7 @@ qwebirc.ui.QUI.Window = new Class({
     if(!this.client.nickOnChanHasPrefix(this.client.nickname, this.name, "@")) {
 /*      var cmodes = this.client.getChannelModes(channel);
       if(cmodes.indexOf("t")) {*/
-        alert("Sorry, you need to be opped to change the topic!");
+        alert("Sorry, you need to be a channel operator to change the topic!");
         return;
       /*}*/
     }