From 4adf54ae2a1e76c82d19d1475030a7d094017fd4 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 13 Dec 2006 19:27:58 +0000 Subject: Fix /nick signoff message git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5975 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_watch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index fcae80cf6..d502168cf 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 :went offline", (*n)->nick, user->nick, (*wl)[user->nick].c_str()); + (*n)->WriteServ("601 %s %s %s %s %s %lu :went offline", (*n)->nick, user->nick, user->ident, user->dhost, user->age); (*wl)[user->nick] = ""; } } -- cgit v1.2.3