mirror of
https://github.com/anope/anope.git
synced 2026-07-10 23:23:13 +02:00
Bug #1350 + other related fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -223,6 +223,7 @@ EventReturn OnDatabaseReadMetadata(ChannelInfo *ci, const Anope::string &key, co
|
||||
{
|
||||
LogSetting l;
|
||||
|
||||
l.ci = ci;
|
||||
l.service_name = params[0];
|
||||
l.command_service = params[1];
|
||||
l.command_name = params[2];
|
||||
|
||||
Reference in New Issue
Block a user