Elemental-IRCd / elemental-ircd

Continuation of ShadowIRCD to meet people's needs
GNU General Public License v2.0
41 stars 19 forks source link

Feature request: Adding the instruction to umode +g to tell users how to accept a PM #133

Closed omnicons closed 9 years ago

omnicons commented 9 years ago

While having the current statement and documentation available, it is available elsewhere to have the statement: 'Use /ACCEPT $user to allow' follow the initial message that a user is trying to message you, which would be simpler to have than having a user go through the help each time.

Xe commented 9 years ago

:+1:

sariyamelody commented 9 years ago

:+1:

sariyamelody commented 9 years ago

It looks to me like all that would need to be updated would be https://github.com/Elemental-IRCd/elemental-ircd/blob/master/src/messages.tab#L742 and then the arguments of https://github.com/Elemental-IRCd/elemental-ircd/blob/master/modules/core/m_message.c#L776-L779 and https://github.com/Elemental-IRCd/elemental-ircd/blob/master/modules/core/m_message.c#L790-L794

Xe commented 9 years ago

in progress here.