/ ns identify This command is used to verify the identity of a user's nickname, by entering a username and password the user identifies his registered nicknameSyntax : / ns identify <user name> <password> Example : /ns identify pepito qwerty123 / join This command is used to enter a chat channel.Syntax : / join <#channel_name> Example : /join #dalechat_libre / away This command is used to change your status from 'connected' to 'away'.Syntax : / away <optional message> Example : /away No me encuentro disponible / back This command is used to change your status from 'away' to 'connected'.Syntax : / back / part This command is used to leave an irc chat room.Syntax : / part /I This command is used for self-referencing in a chat line.Syntax : / me <message> Example : /me se encuentra cansado / query This command is used to send a private message to another user present in the chat.Syntax : / query <nick> <message> Example : /query pepito Hola, ¿cómo estás? /ignore This command is used to ignore messages sent by another user in the chat room.Syntax : / ignore <nick> Example : /ignore pepito / unignore This command is used to stop ignoring messages sent by another user (who was previously ignored) in the chat room.Syntax : / unignore <nick> Example : /unignore pepito / style This command is used to format the text entered in the chat or to unformat if it has no arguments.Syntax : / style <bold> | <underline> | <text_color> <background_color> Examples : /style bold (makes the letter "bold")/style underline (puts letter underlined)/style 2 (puts the text of the font color number 2)/style 1 3 (puts the text of font color number 1 and background color number 3)/style (removes all formatting from text) / silence This command is used to ignore private messages sent by another user.Syntax : / ignore (+ | -) <nick> Examples : /silence +pepito (ignores all private messages that are sent to us by nick pepito user)/silence -pepito (stops ignoring all private messages that are sent to us by nick pepito user) / quit This command is used to close the chat session.Syntax : / quit <optional message> Example : /quit Hasta luego |