mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
OnUnknownUserRaw() and OnClientCapRequest() were both getting a CClient* as their first argument, but the proper way to pass a CClient* argument to a module is via GetClient(). Since recently, all the places where this module hooks are called do this properly, so we can remove this bogus argument. No module that is part of znc is affected by this change. Let's see how many external ones break. ;) git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2077 726aef4b-f618-498e-8847-2d620e286838
24 KiB
24 KiB