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)
- 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


No differences found