diff options
| author | 2008-06-01 14:18:07 +0000 | |
|---|---|---|
| committer | 2008-06-01 14:18:07 +0000 | |
| commit | ada434820d2d81d8e4bcf633ebcbfef20606b51c (patch) | |
| tree | 945c80ec070f872cd32cb8a8706079b28ce88cbc /src/modules/m_spanningtree/protocolinterface.h | |
| parent | Forward port r9825: Fix bug found by the atheme migration testing: +V should ... (diff) | |
| download | inspircd++-ada434820d2d81d8e4bcf633ebcbfef20606b51c.tar.gz inspircd++-ada434820d2d81d8e4bcf633ebcbfef20606b51c.tar.bz2 inspircd++-ada434820d2d81d8e4bcf633ebcbfef20606b51c.zip | |
Add ProtocolInterface::Introduce() to prevent confusion over event ordering, and allow for more flexible protocol use
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9827 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/protocolinterface.h')
| -rw-r--r-- | src/modules/m_spanningtree/protocolinterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/protocolinterface.h b/src/modules/m_spanningtree/protocolinterface.h index b43e88c67..1b8c6ec56 100644 --- a/src/modules/m_spanningtree/protocolinterface.h +++ b/src/modules/m_spanningtree/protocolinterface.h @@ -25,6 +25,7 @@ class SpanningTreeProtocolInterface : public ProtocolInterface virtual void SendUserPrivmsg(User* target, const std::string &text); virtual void SendUserNotice(User* target, const std::string &text); virtual void GetServerList(ProtoServerList &sl); + virtual void Introduce(User* u); }; #endif |
