fix small issues
This commit is contained in:
parent
ff9bfc819f
commit
efab25a36e
3 changed files with 32 additions and 18 deletions
|
@ -61,6 +61,7 @@ namespace Bot.CommandSystem
|
|||
if (parameters.type == "chat") sourceLoc = MessageHandler.Destinations.DEST_LOCAL;
|
||||
else if (parameters.type == "group") sourceLoc = MessageHandler.Destinations.DEST_GROUP;
|
||||
else if (parameters.type == "im") sourceLoc = MessageHandler.Destinations.DEST_AGENT;
|
||||
else if (parameters.type == "console") sourceLoc = MessageHandler.Destinations.DEST_CONSOLE_INFO;
|
||||
else sourceLoc = MessageHandler.Destinations.DEST_LOCAL;
|
||||
|
||||
string agentName = parameters.fromName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue