Introduce ClientUserInputHandler
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 25 Feb 2009 17:35:50 +0000 (18:35 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 25 Feb 2009 17:41:14 +0000 (18:41 +0100)
commit03a20917d9b3fe8c7651843b1d3d0ab2f50e90ef
tree6d0bd72590b33fa708e4a152501fd40dd8047b31
parent18de40315dd00795c41016b266d5e9c158618f3a
Introduce ClientUserInputHandler

This provides a client-side hook for every input that goes through via input line
or Client::userInput(). For now, this checks if we addressed an IrcUser and updates its
lastSpokenTo timestamp.
src/client/CMakeLists.txt
src/client/client.cpp
src/client/client.h
src/client/clientuserinputhandler.cpp [new file with mode: 0644]
src/client/clientuserinputhandler.h [new file with mode: 0644]