From 4507fa2302b7dd0a8f6f0a43d9b46f6c21bf3345 Mon Sep 17 00:00:00 2001 From: aquanight Date: Sun, 17 Feb 2008 14:16:02 +0000 Subject: Make log targets in config space-seperated (ie: 'USERINPUT USEROUTPUT') like the rest of the config, instead of comma-seperated git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8957 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_chanlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_chanlog.cpp b/src/modules/m_chanlog.cpp index afc8c5225..68a349981 100644 --- a/src/modules/m_chanlog.cpp +++ b/src/modules/m_chanlog.cpp @@ -94,7 +94,7 @@ class ModuleChanLog : public Module } std::string target = Conf->ReadValue("log", "target", index); ChannelLogStream* c = new ChannelLogStream(ServerInstance, loglevel, target); - irc::commasepstream css(type); + irc::spacesepstream css(type); std::string tok; while (css.GetToken(tok)) { -- cgit v1.2.3