diff options
Diffstat (limited to '')
-rw-r--r-- | source/cClientHandle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h index ab4e3e64c..f5028b0aa 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -162,6 +162,7 @@ public: void HandleRespawn (void); void HandleDisconnect (const AString & a_Reason); void HandleKeepAlive (int a_KeepAliveID); + bool HandleHandshake (const AString & a_Username); /** Called when the protocol has finished logging the user in. Return true to allow the user in; false to kick them. |