common: Use /quote by default for aliases
authorVitor Luis <droider.pc@gmail.com>
Sat, 1 Feb 2020 11:36:02 +0000 (12:36 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 3 Oct 2020 17:27:45 +0000 (19:27 +0200)
commit4ee99e398eab6e96cfc3750a32fcf6c0b87e1f6f
tree30f77a0ee60ce41429e939495c2859d86cf0389b
parent6f10483c9fe74a9464d7bf9eea53ef83c3403e23
common: Use /quote by default for aliases

Sending `/quote` instead of `/msg` is probably the most widely used
method by other IRC clients and will also make them work out of the
box with DALnet that requires that commands to NickServ (as example)
to be sent explicitly as `/msg NickServ@services.dal.net` to work.

I've tested this myself in DALnet, Freenode and some other networks
with different IRCd flavours and all worked without any problems.
src/common/aliasmanager.cpp