diff options
| author | 2005-11-29 15:37:04 +0000 | |
|---|---|---|
| committer | 2005-11-29 15:37:04 +0000 | |
| commit | 090e691462bbe60c72c734f454f6d1e20c41a4e8 (patch) | |
| tree | f5e60b4b9898da5b8ece7946738d85800f4489b0 /src/modules/m_watch.cpp | |
| parent | Added support for NOTICE (diff) | |
| download | inspircd++-090e691462bbe60c72c734f454f6d1e20c41a4e8.tar.gz inspircd++-090e691462bbe60c72c734f454f6d1e20c41a4e8.tar.bz2 inspircd++-090e691462bbe60c72c734f454f6d1e20c41a4e8.zip | |
Added reason to OnUserQuit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2007 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_watch.cpp')
| -rw-r--r-- | src/modules/m_watch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index 008aada57..b15a0b65c 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -189,7 +189,7 @@ class Modulewatch : public Module Srv->AddCommand("WATCH",handle_watch,0,0,"m_watch.so"); } - virtual void OnUserQuit(userrec* user) + virtual void OnUserQuit(userrec* user, std::string reason) { log(DEBUG,"*** WATCH: On global quit: user %s",user->nick); irc::string n2 = user->nick; |
