Don't fire the SERVER_NOTICE hook more than once per NOTICE

The previous code would fire the hook twice per NOTICE if handle_oper_vision()
didn't handle the NOTICE (eg. /set SWATCH NONE).
This commit is contained in:
Kevin Easton
2016-04-12 22:55:49 +10:00
parent 0b91d61496
commit d296739f6f
2 changed files with 7 additions and 19 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Don't fire the SERVER_NOTICE hook more than once per notice. (caf)
* Fix display of the OperView SWATCH flags variable. (caf)
* Update default /fset SERVER_NOTICE value to remove extra space. (caf)