| 1 |
adx |
30 |
NOTICE <nick|channel> :message |
| 2 |
|
|
|
| 3 |
|
|
NOTICE will send a notice message to the |
| 4 |
|
|
user or channel specified. |
| 5 |
|
|
|
| 6 |
|
|
NOTICE supports the following prefixes for sending |
| 7 |
|
|
messages to specific clients in a channel: |
| 8 |
|
|
|
| 9 |
|
|
@ - channel operators only |
| 10 |
|
|
% - channel operators and half-ops |
| 11 |
|
|
+ - operators, half-ops, and voiced users |
| 12 |
|
|
|
| 13 |
|
|
Two other targets are permitted: |
| 14 |
|
|
|
| 15 |
|
|
$$servermask - Send a message to a server or set of |
| 16 |
|
|
servers |
| 17 |
|
|
$#hostmask - Send a message to users matching the |
| 18 |
|
|
hostmask specified. |
| 19 |
|
|
|
| 20 |
|
|
These two are operator only. |
| 21 |
|
|
|
| 22 |
|
|
The nick can be extended to fit into the following |
| 23 |
|
|
syntax: |
| 24 |
|
|
|
| 25 |
|
|
username[%hostname]@servername |
| 26 |
|
|
|
| 27 |
|
|
This syntax (without the hostname) is used to securely |
| 28 |
|
|
send a message to a service or a bot. |