mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
Whoops, one too many params
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5976 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
4adf54ae2a
commit
0f0f184418
@ -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] = "";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user