diff options
| author | 2006-12-13 19:29:56 +0000 | |
|---|---|---|
| committer | 2006-12-13 19:29:56 +0000 | |
| commit | 0f0f1844188162bf8fa7f889f95cff7e306543b6 (patch) | |
| tree | a4ec2531d0c7d7799e6815b4e2c8cc2d5eaf169e /src/modules/m_watch.cpp | |
| parent | Fix /nick signoff message (diff) | |
| download | inspircd++-0f0f1844188162bf8fa7f889f95cff7e306543b6.tar.gz inspircd++-0f0f1844188162bf8fa7f889f95cff7e306543b6.tar.bz2 inspircd++-0f0f1844188162bf8fa7f889f95cff7e306543b6.zip | |
Whoops, one too many params
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5976 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 d502168cf..e41a82db1 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -361,7 +361,7 @@ class Modulewatch : public Module watchlist* wl; if ((*n)->GetExt("watchlist", wl)) { - (*n)->WriteServ("601 %s %s %s %s %s %lu :went offline", (*n)->nick, user->nick, user->ident, user->dhost, user->age); + (*n)->WriteServ("601 %s %s %s %s %lu :went offline", (*n)->nick, user->nick, user->ident, user->dhost, user->age); (*wl)[user->nick] = ""; } } |
