From 0761a4a692e63333d608f2bed829c7d3ea24026a Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 27 Oct 2011 14:46:20 -0400 Subject: Bug #1350 + other related fixes --- modules/commands/cs_log.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/commands/cs_log.cpp') diff --git a/modules/commands/cs_log.cpp b/modules/commands/cs_log.cpp index dc7fe0999..0045055d3 100644 --- a/modules/commands/cs_log.cpp +++ b/modules/commands/cs_log.cpp @@ -113,6 +113,7 @@ public: } LogSetting log; + log.ci = ci; log.service_name = bi->commands[command_name].name; log.command_service = bi->nick; log.command_name = command_name; -- cgit