====== Notices ====== These are formatting rules for notices received through [[sockchat:s2c:message-add|Message Add]] or [[sockchat:s2c:context-message-add|Context Message Add]] packets. ===== Core ===== ==== Informational ==== * [[sockchat:notices:banlist]] - Displays a list of currently banned users. * [[sockchat:notices:cprivchan]] - Confirms that the minimum channel rank has been updated. * [[sockchat:notices:cpwdchan]] - Confirms that the channel password has been updated. * [[sockchat:notices:crchan]] - Confirms that the channel has been created. * [[sockchat:notices:delchan]] - Confirms that the channel has been deleted. * [[sockchat:notices:flood]] - Broadcasts that someone has been forcibly disconnected for exceeding the flood limit. * [[sockchat:notices:flwarn]] - Warns the client that it will be forcibly disconnected if it continues flooding. * [[sockchat:notices:ipaddr]] - Displays an IP address of another client. * [[sockchat:notices:jchan]] - Another user has joined the channel. * [[sockchat:notices:join]] - Another user has joined the server. * [[sockchat:notices:kick]] - Broadcasts that someone has been forcibly disconnected. * [[sockchat:notices:lchan]] - Another user has left the channel. * [[sockchat:notices:leave]] - Another user has left the server. * [[sockchat:notices:nick]] - Broadcasts that someone has changed their nickname. * [[sockchat:notices:say]] - Broadcasts any given message to all clients. * [[sockchat:notices:timeout]] - Broadcasts that someone has been disconnected because they stopped sending ping packets. * [[sockchat:notices:unban]] - Confirms that a given user or IP address has had their ban revoked. * [[sockchat:notices:welcome]] - MOTD/Welcome message. * [[sockchat:notices:who]] - Displays a list of all users currently connected to the server. * [[sockchat:notices:whochan]] - Displays a list of all users currently in the channel. ==== Errors ==== * [[sockchat:notices:cmderr]] - Given command exists but was incorrectly formatted. * [[sockchat:notices:cmdna]] - Given command exists but the client is not allowed to use it. * [[sockchat:notices:delerr]] - Given message could not be deleted. * [[sockchat:notices:generr]] - Something happened. * [[sockchat:notices:inchan]] - Given channel name was not acceptable. * [[sockchat:notices:ipchan]] - Attempted to join a channel that requires a higher rank. * [[sockchat:notices:ipwchan]] - Attempted to join a password protected channel with an incorrect password. * [[sockchat:notices:kickna]] - Attempted to kick or ban a user of higher ranking. * [[sockchat:notices:namchan]] - Client is not allowed to edit the current channel. * [[sockchat:notices:nameinuse]] - Requested nickname is already in use. * [[sockchat:notices:ndchan]] - Given channel could not be deleted. * [[sockchat:notices:nischan]] - Given channel name is already in use. * [[sockchat:notices:nochan]] - Requested channel name does not exist. * [[sockchat:notices:nocmd]] - Requested command not found. * [[sockchat:notices:nopwchan]] - Attempted to join a password protected channel without a password. * [[sockchat:notices:notban]] - Given user or IP address is not banned. * [[sockchat:notices:rankerr]] - Action cancelled because requested target has higher rank. * [[sockchat:notices:samechan]] - Attempted to join the channel the client is already in. * [[sockchat:notices:usernf]] - Requested user could not be found. * [[sockchat:notices:whoerr]] - Requested channel list could not found. ===== See Also ===== * [[sockchat:commands|Commands]] - List of commands that some of these may be responses to.