Act on channel mode lock as half-op

There's no reason you shouldn't be able to use modelock as a half-op.

Also a few other minor cleanups in this function - eg. use my_send_to_server()
with the passed server number instead of implicitly using from_server.
This commit is contained in:
Kevin Easton
2016-10-18 23:32:23 +11:00
parent da1618d393
commit c2d6a184a3
2 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Act on channel mode lock as half-op. (caf)
* Fix crash and memory leak in $aliasctl(COMMAND MATCH). (caf)
* Fix memory leaks in /CDCC PLIST and /CDCC NOTICE. (caf)