diff options
author | Adam <Adam@anope.org> | 2011-10-27 14:46:20 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-10-27 14:46:20 -0400 |
commit | 0761a4a692e63333d608f2bed829c7d3ea24026a (patch) | |
tree | 1e80b46199f2e0af9f5aeddca1886651f65a2085 /modules/commands/cs_log.cpp | |
parent | 66ca256cfcd41f5f72d8bb5ca145a54938c0499b (diff) |
Bug #1350 + other related fixes
Diffstat (limited to 'modules/commands/cs_log.cpp')
-rw-r--r-- | modules/commands/cs_log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |