From: Darren Date: Mon, 22 Sep 2014 05:00:10 +0000 (+0100) Subject: client /connect alias to /server X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c4e5ddcfcdd130ea2026e312a99b283dfa30762a;p=KiwiIRC.git client /connect alias to /server --- diff --git a/client/src/misc/clientuicommands.js b/client/src/misc/clientuicommands.js index d6fdc5b..39ea24f 100644 --- a/client/src/misc/clientuicommands.js +++ b/client/src/misc/clientuicommands.js @@ -15,12 +15,13 @@ ClientUiCommands.prototype.addDefaultAliases = function() { $.extend(this.controlbox.preprocessor.aliases, { // General aliases - '/p': '/part $1+', - '/me': '/action $1+', - '/j': '/join $1+', - '/q': '/query $1+', - '/w': '/whois $1+', - '/raw': '/quote $1+', + '/p': '/part $1+', + '/me': '/action $1+', + '/j': '/join $1+', + '/q': '/query $1+', + '/w': '/whois $1+', + '/raw': '/quote $1+', + '/connect': '/server $1+', // Op related aliases '/op': '/quote mode $channel +o $1+',