experimenting with code formatting.
This commit is contained in:
parent
f9610be8c7
commit
7fab4da968
@ -20,53 +20,80 @@ km3jy7nrj3e2wiju.onion port 6667 || 6697
|
|||||||
Basic Commands
|
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
|
`/join #channel`
|
||||||
message.
|
|
||||||
|
|
||||||
/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
|
Leaves the specified channel.
|
||||||
private chat window.
|
|
||||||
|
|
||||||
/me action Prints "yourname action"
|
`/quit [message]`
|
||||||
|
|
||||||
/notice nickname message Sends a notice to the specified user. Like a
|
Disconnects from current server with optional leaving message.
|
||||||
/msg, but usually makes a sound.
|
|
||||||
|
|
||||||
/whois nickname Shows information about the specified user. This action
|
`/names #channel`
|
||||||
is not visible to the specified user.
|
|
||||||
|
|
||||||
/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)
|
Managing Nicknames (Nickserv)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
/msg nickserv register password \[email\] Registers your current nick
|
`/msg nickserv register password [email]`
|
||||||
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
|
Registers your current nick with NickServ with the chosen password and
|
||||||
the password you set.
|
binds it to an e-mail address (optional).
|
||||||
|
|
||||||
/msg nickserv recover nickname password Kills (forcibly disconnects)
|
`/msg nickserv identify password`
|
||||||
someone who has your registered nick.
|
|
||||||
|
|
||||||
/msg nickserv ghost nickname password Terminates a "ghost" IRC session
|
Identifies your nick to NickServ using the password you set.
|
||||||
that's using your nickname.
|
|
||||||
|
|
||||||
/msg nickserv set password yournewpassword Changes your password. NOTE:
|
`/msg nickserv recover nickname password`
|
||||||
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)
|
||||||
----------------------------
|
----------------------------
|
||||||
|
@ -13,57 +13,74 @@
|
|||||||
** Basic Commands
|
** Basic Commands
|
||||||
|
|
||||||
~/nick nickname~
|
~/nick nickname~
|
||||||
Changes your nick.
|
|
||||||
|
Changes your nick.
|
||||||
|
|
||||||
~/list~
|
~/list~
|
||||||
Lists all channels on the current network.
|
|
||||||
|
|
||||||
/join #channel
|
Lists all channels on the current network.
|
||||||
Joins the specified channel.
|
|
||||||
|
|
||||||
/part #channel
|
~/join #channel~
|
||||||
Leaves the specified channel.
|
|
||||||
|
Joins the specified channel.
|
||||||
|
|
||||||
|
~/part #channel~
|
||||||
|
|
||||||
|
Leaves the specified channel.
|
||||||
|
|
||||||
|
~/quit [message]~
|
||||||
|
|
||||||
/quit [message]
|
|
||||||
Disconnects from current server with optional leaving message.
|
Disconnects from current server with optional leaving message.
|
||||||
|
|
||||||
/names #channel
|
~/names #channel~
|
||||||
Shows the nicks of all users on #channel.
|
|
||||||
|
|
||||||
/msg nickname message
|
Shows the nicks of all users on #channel.
|
||||||
Sends a private message to a user.
|
|
||||||
|
|
||||||
/query nickname message
|
~/msg nickname message~
|
||||||
Sends a private message to a user and opens a private chat window.
|
|
||||||
|
|
||||||
/me action
|
Sends a private message to a user.
|
||||||
Prints "yourname action"
|
|
||||||
|
|
||||||
/notice nickname message
|
~/query nickname message~
|
||||||
Sends a notice to the specified user. Like a /msg, but usually makes a sound.
|
|
||||||
|
|
||||||
/whois nickname
|
Sends a private message to a user and opens a private chat window.
|
||||||
Shows information about the specified user. This action is not visible to the specified user.
|
|
||||||
|
|
||||||
/whowas nickname
|
~/me action~
|
||||||
Shows information about a user who has quit.
|
|
||||||
|
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).
|
|
||||||
|
|
||||||
/msg nickserv identify password
|
Registers your current nick with NickServ with the chosen password and binds it to an e-mail address (optional).
|
||||||
Identifies your nick to NickServ using the password you set.
|
|
||||||
|
|
||||||
/msg nickserv recover nickname password
|
~/msg nickserv identify password~
|
||||||
Kills (forcibly disconnects) someone who has your registered nick.
|
|
||||||
|
|
||||||
/msg nickserv ghost nickname password
|
Identifies your nick to NickServ using the password you set.
|
||||||
Terminates a "ghost" IRC session that's using your nickname.
|
|
||||||
|
|
||||||
/msg nickserv set password yournewpassword
|
~/msg nickserv recover nickname password~
|
||||||
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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user