Fixes IRC PMs not working

This commit is contained in:
Jordan Brown
2017-10-16 20:08:05 -04:00
committed by GitHub
parent 9c49ffcd65
commit c46deb97db
+2
View File
@@ -88,6 +88,8 @@ namespace TGServerService
{
if (IRCConfig.AdminsAreSpecial)
{
if (e.Channel == null)
return false;
var user = (NonRfcChannelUser)irc.GetChannelUser(e.Channel, e.Nick);
if (user != null)
switch (IRCConfig.AuthLevel)