mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Fix global exception handler
This commit is contained in:
parent
9930832730
commit
1c57c3fefd
4 changed files with 38 additions and 37 deletions
|
@ -5539,6 +5539,8 @@ namespace HISP.Server
|
|||
}
|
||||
}
|
||||
|
||||
message = message.Trim();
|
||||
|
||||
if (Chat.ProcessCommand(sender.LoggedinUser, message))
|
||||
{
|
||||
Logger.DebugPrint(sender.LoggedinUser.Username + " Attempting to run command '" + message + "' in channel: " + channel.ToString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue