1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Use profanity channel as example

This commit is contained in:
Michael Vetter 2019-06-17 10:28:04 +02:00
parent 26199f737c
commit d66ffde91f

View File

@ -570,10 +570,10 @@ static struct cmd_t command_defs[] =
{ "password <password>", "Password if the room requires one." })
CMD_EXAMPLES(
"/join",
"/join jdev@conference.jabber.org",
"/join jdev@conference.jabber.org nick mynick",
"/join profanity@rooms.dismail.de",
"/join profanity@rooms.dismail.de nick mynick",
"/join private@conference.jabber.org nick mynick password mypassword",
"/join jdev")
"/join mychannel")
},
{ "/leave",