Don't double-up server notices in the /RELS list

serversay() calls add_last_type(), so there's no need for the callers to do so
as well.

Remove the first argument to serversay() because it was always called with 1
anyway.
This commit is contained in:
Kevin Easton
2016-04-14 21:51:49 +10:00
parent d296739f6f
commit d236b19410
4 changed files with 43 additions and 43 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Don't double-up server notices in the /RELS list. (caf)
* Don't fire the SERVER_NOTICE hook more than once per notice. (caf)
* Fix display of the OperView SWATCH flags variable. (caf)