mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Fixes IRC PMs not working
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user