Implement /ignore functionality
authorJanne Koschinski <janne@kuschku.de>
Thu, 21 Dec 2017 22:22:52 +0000 (23:22 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Feb 2018 22:15:19 +0000 (23:15 +0100)
commit9f5158eab420977b42d8fc6b98d2eb0de66cbaa4
tree01f148937b8e37745a541a471d823892fcc7efc6
parent91c69d07871f2c081f8eb7d5e199b7997070f185
Implement /ignore functionality

- If /ignore <nickname> is used, a new rule for nickname!*@* is added,
  with dynamic strictness, limited to the current network.
- If /ignore <rule> (where rule contains ! or @) is used, that rule is
  added, with dynamic strictness, limited to the current network.
- If /ignore with no parameters is used, the ignore list is shown
src/client/client.h
src/client/clientuserinputhandler.cpp
src/client/clientuserinputhandler.h
src/qtui/mainwin.cpp