From 9341b36debec3068f0b26a25817304cd763c7bbb Mon Sep 17 00:00:00 2001 From: notnull Date: Sat, 26 Jan 2019 13:46:36 -0500 Subject: [PATCH] experimenting with code formatting. --- org/irc-how-to.org | 68 ++++++++++++---------------------------------- 1 file changed, 17 insertions(+), 51 deletions(-) diff --git a/org/irc-how-to.org b/org/irc-how-to.org index 541d3a1..6cc5e8f 100644 --- a/org/irc-how-to.org +++ b/org/irc-how-to.org @@ -12,75 +12,41 @@ https://irc.anarchyplanet.org/pad/p/connect-to-apirc-with-tor ** Basic Commands -~/nick nickname~ +~/nick nickname~ Changes your nick. -Changes your nick. +~/list~ Lists all channels on the current network. -~/list~ - -Lists all channels on the current network. - -~/join #channel~ - -Joins the specified channel. +~/join #channel~ Joins the specified channel. -~/part #channel~ - -Leaves the specified channel. +~/part #channel~ Leaves the specified channel. -~/quit [message]~ - - Disconnects from current server with optional leaving message. +~/quit [message]~ Disconnects from current server with optional leaving message. -~/names #channel~ - -Shows the nicks of all users on #channel. +~/names #channel~ Shows the nicks of all users on #channel. -~/msg nickname message~ - -Sends a private message to a user. +~/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. +~/query nickname message~ Sends a private message to a user and opens a private chat window. -~/me action~ - -Prints "yourname action" +~/me action~ Prints "yourname action" -~/notice nickname message~ +~/notice nickname message~ Sends a notice to the specified user. Like a /msg, but usually makes a sound. -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. +~/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. +~/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)