From 4e9006c9676f31d0845b1a5062cd36bdd1b8796c Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 18 Oct 2014 14:28:50 -0400 Subject: Fix watch away numerics, #937 --- src/modules/m_watch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index 074ce37ad..a86483291 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -417,7 +417,7 @@ class Modulewatch : public Module { for (std::deque::iterator n = x->second.begin(); n != x->second.end(); n++) { - (*n)->WriteNumeric(inum, numeric); + (*n)->WriteNumeric(inum, (*n)->nick + " " + numeric); } } -- cgit v1.2.3