You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a client has UMODE_NOFORWARD, forwards are silently ignored. It would be nice if we could send a notice to them notifying them that a channel has attempted to forward them somewhere else but was blocked due to umode +Q.
Something like this should do it:
#channel1 tried to forward you to #channel2, but you have disabled channel forwarding (user mode +Q)
The text was updated successfully, but these errors were encountered:
Currently, when a client has
UMODE_NOFORWARD
, forwards are silently ignored. It would be nice if we could send a notice to them notifying them that a channel has attempted to forward them somewhere else but was blocked due to umode +Q.Something like this should do it:
The text was updated successfully, but these errors were encountered: