Last Updated: February 25, 2016
·
1.234K
· jordanmussi

ChanServ and NickServ, a thing of the past!

We all hate doing things when they take a long time. Sending messages to ChanServ and NickServ in IRC is just one of these things.

Instead of taking the time to write /msg chanserv and /msg nickserv we could just use /cs and /ns!

To use these aliases, we first need to open aliases.ini.
In your mIRC window open the Scripts Editor, which is located in the tools menu, by pressing ALT + R.
Click the Aliases tab (far left) and at the bottom paste the following code.
/ns /msg NickServ $1- /cs /msg ChanServ $1-

HostServ and MemoServ can also have shorter versions in the same way.
/hs /msg HostServ$1- /ms /msg MemoServ $1-


Examples

ChanServ

Register a channel
/msg chanserv register #chan
becomes
/cs register #chan
Access List
/msg chanserv access #chan list
becomes
/cs access #chan list

NickServ

Identify (Log in)
/msg nickserv indentify password
becomes
/ns identify password
User Info
/msg nickserv info nick
becomes
/ns info nick

Do you see the big difference? Happy chatting.