1
0

experimenting with code formatting.

This commit is contained in:
notnull 2019-01-26 13:46:36 -05:00
parent 7fab4da968
commit 9341b36deb

View File

@ -12,75 +12,41 @@
https://irc.anarchyplanet.org/pad/p/connect-to-apirc-with-tor https://irc.anarchyplanet.org/pad/p/connect-to-apirc-with-tor
** Basic Commands ** Basic Commands
~/nick nickname~ ~/nick nickname~ Changes your nick.
Changes your nick. ~/list~ Lists all channels on the current network.
~/list~ ~/join #channel~ Joins the specified channel.
Lists all channels on the current network. ~/part #channel~ Leaves the specified channel.
~/join #channel~ ~/quit [message]~ Disconnects from current server with optional leaving message.
Joins the specified channel. ~/names #channel~ Shows the nicks of all users on #channel.
~/part #channel~ ~/msg nickname message~ Sends a private message to a user.
Leaves the specified channel. ~/query nickname message~ Sends a private message to a user and opens a private chat window.
~/quit [message]~ ~/me action~ Prints "yourname action"
Disconnects from current server with optional leaving message. ~/notice nickname message~ Sends a notice to the specified user. Like a /msg, but usually makes a sound.
~/names #channel~ ~/whois nickname~ Shows information about the specified user. This action is not visible to the specified user.
Shows the nicks of all users on #channel. ~/whowas nickname~ Shows information about a user who has quit.
~/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) ** Managing Nicknames (Nickserv)
~/msg nickserv register password [email]~ ~/msg nickserv register password [email]~ Registers your current nick with NickServ with the chosen password and binds it to an e-mail address (optional).
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~ ~/msg nickserv recover nickname password~ Kills (forcibly disconnects) someone who has your registered nick.
Identifies your nick to NickServ using the password you set. ~/msg nickserv ghost nickname password~ Terminates a "ghost" IRC session that's using your nickname.
~/msg nickserv recover nickname password~ ~/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
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) ** Managing Channels (ChanServ)