From eda321aa90bfb714013fc2651c671f2415b5280a Mon Sep 17 00:00:00 2001 From: "Naram Qashat cyberbotx@cyberbotx.com" Date: Sun, 5 Oct 2008 21:39:38 +0000 Subject: Merge branch 'anopeng' into anopeng-config git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1425 5417fbe8-f217-4b02-8779-1006273d7864 --- src/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/send.c') diff --git a/src/send.c b/src/send.c index 446020f35..0d4c6d4e9 100644 --- a/src/send.c +++ b/src/send.c @@ -67,7 +67,7 @@ void send_cmd(const std::string &source, const char *fmt, ...) if (!source.empty()) { sockprintf(servsock, ":%s %s\r\n", source.c_str(), buf); - eventprintf(":%s %s", source, buf); + eventprintf(":%s %s", source.c_str(), buf); if (debug) alog("debug: Sent: :%s %s", source.c_str(), buf); } -- cgit