From cc7666e8f2a3a789103740d874b4563336474c86 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 14 May 2013 18:28:16 +0000 Subject: - Overhaul HELP system git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2031 82007160-df01-0410-b94d-b575c5fd34c7 --- help/users/privmsg | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 help/users/privmsg (limited to 'help/users/privmsg') diff --git a/help/users/privmsg b/help/users/privmsg deleted file mode 100644 index 076f1aa..0000000 --- a/help/users/privmsg +++ /dev/null @@ -1,19 +0,0 @@ -PRIVMSG :message - -PRIVMSG will send a standard message to the -user or channel specified. - -PRIVMSG supports the following prefixes for sending -messages to specific clients in a channel: - -@ - channel operators only -% - channel operators and half-ops -+ - operators, half-ops, and voiced users - -The nick can be extended to fit into the following -syntax: - -username@servername - -This syntax is used to securely send a message to a -service or a bot. -- cgit