diff options
author | Adam <Adam@anope.org> | 2012-10-07 22:39:58 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-07 22:39:58 -0400 |
commit | b8b63ff115f0daddf479b0da507a2f731255a06d (patch) | |
tree | d6b82bf0dfc39fdfe6a6a23ba318bb0c2906d6c1 /include/defs.h | |
parent | 0a111c19764ed14ab5f724c78d9dd8c08a3c124f (diff) |
Remove the asynchronous identifing hack and replace it with something better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify
Diffstat (limited to 'include/defs.h')
-rw-r--r-- | include/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h index d58f7fed6..c08d683a0 100644 --- a/include/defs.h +++ b/include/defs.h @@ -26,6 +26,7 @@ class ConnectionSocket; class DNSPacket; class dynamic_reference_base; class Entry; +class IdentifyRequest; class InfoFormatter; class ListenSocket; class Log; |