Fix bug that prevents ignoring of NICK messages.

check_ignore() returns IGNORED for that case, not zero.
This commit is contained in:
Kevin Easton
2015-05-10 14:22:12 +10:00
parent dea26d0c1c
commit 72f5536121
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
[Changes 1.2.2]
* Fix ignoring of nick changes. (caf)
[Changes 1.2.1]
* Prefer <fcntl.h> over <sys/fcntl.h> (reported by ncopa). (caf)