Move alias handling into the client
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 2 Mar 2009 07:50:49 +0000 (08:50 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 13 Mar 2009 19:03:06 +0000 (20:03 +0100)
commit62ff1c782104674e29df9e4744d9b41133b1eb7d
tree1a60cb5978ee2ed7193a17f923828c536c2e97ff
parenta097148feeb46a612c594e77a7a1b620aae2f851
Move alias handling into the client

This allows for aliasing client-side commands such as the soon-to-exist
/exec command.
Note that the core-side code is still there, to be removed as soon as we
break protocol again.
src/client/clientuserinputhandler.cpp
src/client/clientuserinputhandler.h
src/core/userinputhandler.cpp