mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 12:28:52 +01:00
212380e3f4
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
8 lines
316 B
Text
8 lines
316 B
Text
ACCEPT <parameter>
|
|
|
|
ACCEPT allows you to control who can send you a NOTICE or PRIVMSG
|
|
while you have user mode +g enabled.
|
|
|
|
For +g: /QUOTE ACCEPT <nick> -- Add a permitted nickname
|
|
/QUOTE ACCEPT -<nick> -- Remove a permitted nickname
|
|
/QUOTE ACCEPT * -- List the present permitted nicknames
|