Move the client's AliasManager into Client
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 12 Mar 2009 23:08:02 +0000 (00:08 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 13 Mar 2009 19:03:06 +0000 (20:03 +0100)
Used to be in AliasesModel used by the settingspage, but we also need it for handling
input, so we move it into Client proper. Note that existence of the AliasManager is only
guaranteed as long as Client::isConnected() == true.


No differences found