From 7fab4da9682dd7848162a32b871bfa630ee432f6 Mon Sep 17 00:00:00 2001 From: notnull Date: Sat, 26 Jan 2019 13:44:05 -0500 Subject: [PATCH] experimenting with code formatting. --- md/irc-how-to.md | 83 ++++++++++++++++++++++++++-------------- org/irc-how-to.org | 95 +++++++++++++++++++++++++++------------------- 2 files changed, 111 insertions(+), 67 deletions(-) diff --git a/md/irc-how-to.md b/md/irc-how-to.md index 35fb4b8..68e6ad8 100644 --- a/md/irc-how-to.md +++ b/md/irc-how-to.md @@ -20,53 +20,80 @@ km3jy7nrj3e2wiju.onion port 6667 || 6697 Basic Commands -------------- -`/nick nickname` Changes your nick. +`/nick nickname` -`/list` Lists all channels on the current network. +Changes your nick. -/join \#channel Joins the specified channel. +`/list` -/part \#channel Leaves the specified channel. +Lists all channels on the current network. -/quit \[message\] Disconnects from current server with optional leaving -message. +`/join #channel` -/names \#channel Shows the nicks of all users on \#channel. +Joins the specified channel. -/msg nickname message Sends a private message to a user. +`/part #channel` -/query nickname message Sends a private message to a user and opens a -private chat window. +Leaves the specified channel. -/me action Prints "yourname action" +`/quit [message]` -/notice nickname message Sends a notice to the specified user. Like a -/msg, but usually makes a sound. +Disconnects from current server with optional leaving message. -/whois nickname Shows information about the specified user. This action -is not visible to the specified user. +`/names #channel` -/whowas nickname Shows information about a user who has quit. +Shows the nicks of all users on \#channel. + +`/msg nickname message` + +Sends a private message to a user. + +`/query nickname message` + +Sends a private message to a user and opens a private chat window. + +`/me action` + +Prints "yourname action" + +`/notice nickname message` + +Sends a notice to the specified user. Like a /msg, but usually makes a +sound. + +`/whois nickname` + +Shows information about the specified user. This action is not visible +to the specified user. + +`/whowas nickname` + +Shows information about a user who has quit. Managing Nicknames (Nickserv) ----------------------------- -/msg nickserv register password \[email\] Registers your current nick -with NickServ with the chosen password and binds it to an e-mail address -(optional). +`/msg nickserv register password [email]` -/msg nickserv identify password Identifies your nick to NickServ using -the password you set. +Registers your current nick with NickServ with the chosen password and +binds it to an e-mail address (optional). -/msg nickserv recover nickname password Kills (forcibly disconnects) -someone who has your registered nick. +`/msg nickserv identify password` -/msg nickserv ghost nickname password Terminates a "ghost" IRC session -that's using your nickname. +Identifies your nick to NickServ using the password you set. -/msg nickserv set password yournewpassword Changes your password. NOTE: -Under no circumstances should you change your nick to the letter O -followed by 8 digit +`/msg nickserv recover nickname password` + +Kills (forcibly disconnects) someone who has your registered nick. + +`/msg nickserv ghost nickname password` + +Terminates a "ghost" IRC session that's using your nickname. + +`/msg nickserv set password yournewpassword` + +Changes your password. NOTE: Under no circumstances should you change +your nick to the letter O followed by 8 digit Managing Channels (ChanServ) ---------------------------- diff --git a/org/irc-how-to.org b/org/irc-how-to.org index 05f6ce6..541d3a1 100644 --- a/org/irc-how-to.org +++ b/org/irc-how-to.org @@ -13,57 +13,74 @@ ** Basic Commands ~/nick nickname~ - Changes your nick. + +Changes your nick. ~/list~ - Lists all channels on the current network. -/join #channel - Joins the specified channel. - -/part #channel - Leaves the specified channel. - -/quit [message] - Disconnects from current server with optional leaving message. - -/names #channel - Shows the nicks of all users on #channel. - -/msg nickname message - Sends a private message to a user. - -/query nickname message - Sends a private message to a user and opens a private chat window. - -/me action - Prints "yourname action" - -/notice nickname message - Sends a notice to the specified user. Like a /msg, but usually makes a sound. +Lists all channels on the current network. -/whois nickname - Shows information about the specified user. This action is not visible to the specified user. +~/join #channel~ + +Joins the specified channel. -/whowas nickname - Shows information about a user who has quit. +~/part #channel~ + +Leaves the specified channel. + +~/quit [message]~ + + Disconnects from current server with optional leaving message. + +~/names #channel~ + +Shows the nicks of all users on #channel. + +~/msg nickname message~ + +Sends a private message to a user. + +~/query nickname message~ + +Sends a private message to a user and opens a private chat window. + +~/me action~ + +Prints "yourname action" + +~/notice nickname message~ + +Sends a notice to the specified user. Like a /msg, but usually makes a sound. + +~/whois nickname~ + +Shows information about the specified user. This action is not visible to the specified user. + +~/whowas nickname~ + +Shows information about a user who has quit. ** Managing Nicknames (Nickserv) -/msg nickserv register password [email] - Registers your current nick with NickServ with the chosen password and binds it to an e-mail address (optional). +~/msg nickserv register password [email]~ + +Registers your current nick with NickServ with the chosen password and binds it to an e-mail address (optional). -/msg nickserv identify password - Identifies your nick to NickServ using the password you set. +~/msg nickserv identify password~ + +Identifies your nick to NickServ using the password you set. -/msg nickserv recover nickname password - Kills (forcibly disconnects) someone who has your registered nick. +~/msg nickserv recover nickname password~ + +Kills (forcibly disconnects) someone who has your registered nick. -/msg nickserv ghost nickname password - Terminates a "ghost" IRC session that's using your nickname. +~/msg nickserv ghost nickname password~ + +Terminates a "ghost" IRC session that's using your nickname. -/msg nickserv set password yournewpassword - Changes your password. NOTE: Under no circumstances should you change your nick to the letter O followed by 8 digit +~/msg nickserv set password yournewpassword~ + +Changes your password. NOTE: Under no circumstances should you change your nick to the letter O followed by 8 digit ** Managing Channels (ChanServ)