annotate mcabber/doc/help/nl/hlp_room.txt @ 2270:5d05e8128ef4

Use nick to set the role This should fix issue #152, reported by Stefan Haller.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Sep 2016 10:02:56 +0200
parents 5afdfac67964
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
2 /ROOM join|leave|names|nick|remove|topic|unlock|destroy
1532
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1403
diff changeset
3 /ROOM privmsg|invite|whois|kick|ban|unban|role|affil
1982
bf6a197bd0d2 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1603
diff changeset
4 /ROOM setopt print_status|auto_whois|flag_joins [waarde]
2139
5afdfac67964 Update room bookmark help files
Mikael Berthe <mikael@lilotux.net>
parents: 2130
diff changeset
5 /ROOM bookmark [add|del] [-autojoin|+autojoin] [-|nick] [password]
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
6
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7 Het 'room' commando verzorgt de Multi-User Chat (MUC) room acties.
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9 /room join [ruimte [nick [wachtwoord]]]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 Betreed chatroom "ruimte", met "nick" als je nickname. Indien geen nickname wordt aangegeven (of als dat een lege string is: ""), wordt de waarde voor de "nickname" configuratie-optie gebruikt (zie het voorbeeld configuratie bestand). Indien de actieve selectie door mcabber correct als een chatroom wordt herkend, kan de verkorte schrijfwijze "." worden gebruikt in plaats van de volledige naam van de chatroom. Een wachtwoord kan worden meegegeven voor beschermde chatrooms. Plaats aanhalingstekens om je nickname indien die spaties bevat.
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 /room leave [bericht]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12 Verlaat de huidige chatroom, met eventueel achterlaten van "bericht"
1587
0a1f59dc503d /room names --compact
sh!zeeg <shizeeg@yandex.ru>
parents: 1550
diff changeset
13 /room names [--detail|--short|--quiet|--compact]
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
14 Toon de leden van de huidige chatroom
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15 /room nick nieuwenick
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
16 Verander je nickname in de huidige chatroom
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
17 /room privmsg nick bericht
1533
7b774531e9ce Fix encoding in IT/NL help files
Mikael Berthe <mikael@lilotux.net>
parents: 1532
diff changeset
18 Verstuur privé bericht "bericht" aan "nick"
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
19 /room remove
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
20 Verwijdert de huidige chatroom van het roster (je moet deze chatroom tevoren hebben verlaten)
2130
da426904eeda Add a mention about the room topic -u switch to the help files
Mikael Berthe <mikael@lilotux.net>
parents: 1982
diff changeset
21 /room topic [-u] -|nieuwonderwerp
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
22 Stel een nieuw onderwerp in voor de huidige chatroom
1550
00c4b7d07014 Update NL help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1533
diff changeset
23 (Het onderwerp wordt gewist indien '-' wordt gebruikt voor "nieuwonderwerp")
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
24 /room unlock
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
25 Ontsluit de huidige chatroom (indien je de eigenaar bent)
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
26 /room destroy [reden]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
27 Vernietig de huidige chatroom (gebruik dit voorzichtig!)
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
28 /room whois nick
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
29 Toon MUC informatie over "nick"
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
30 /room ban jid [reden]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
31 Verban jid uit de huidige chatroom
1260
b4ccc5b2a6de Add command /room unban
Mikael Berthe <mikael@lilotux.net>
parents: 1200
diff changeset
32 /room unban jid
b4ccc5b2a6de Add command /room unban
Mikael Berthe <mikael@lilotux.net>
parents: 1200
diff changeset
33 Verwijder de ban van jid in de huidige chatroom
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
34 /room invite jid [reden]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
35 Nodig jid uit in de huidige chatroom
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
36 /room kick nick [reden]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
37 Schop "nick" uit de huidige chatroom
2270
5d05e8128ef4 Use nick to set the role
Mikael Berthe <mikael@lilotux.net>
parents: 2139
diff changeset
38 /room role nick role [reden]
5d05e8128ef4 Use nick to set the role
Mikael Berthe <mikael@lilotux.net>
parents: 2139
diff changeset
39 Verander nick's rol (rol kan zijn: "none", "visitor", "participant", "moderator")
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
40 /room affil jid affil [reden]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
41 Verander jid's verbintenis (affil kan zijn: "none", "member", "admin", "owner")
1982
bf6a197bd0d2 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1603
diff changeset
42 /room setopt print_status|auto_whois|flag_joins [waarde]
1403
dfd63623440b Update NL help files
Eric Hameleers
parents: 1377
diff changeset
43 Verander instellingen voor de huidige chatroom
dfd63623440b Update NL help files
Eric Hameleers
parents: 1377
diff changeset
44 Voor print_status zijn de mogelijke waarden "default", "none", "in_and_out", "all".
dfd63623440b Update NL help files
Eric Hameleers
parents: 1377
diff changeset
45 Voor auto_whois zijn de mogelijke waarden "default", "off", "on".
1982
bf6a197bd0d2 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1603
diff changeset
46 Voor flag_joins zijn de mogelijke waarden "default", "none", "joins", "all".
bf6a197bd0d2 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1603
diff changeset
47 Indien de waarde gelijk is aan "default" worden de waarden gebruikt van de opties muc_print_status, muc_auto_whois en muc_flag_joins.
2139
5afdfac67964 Update room bookmark help files
Mikael Berthe <mikael@lilotux.net>
parents: 2130
diff changeset
48 /room bookmark [add|del] [-autojoin|+autojoin] [-|nick] [password]
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
49 Toevoegen, verwijderen of aanpassen van een bookmark (standaard is toevoegen).
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
50 Indien 'autojoin' actief is, zal mcabber automatisch de MUC chatroom betreden wanner het verbinding met de server heeft gemaakt.
1200
d313bf25b9d5 Update NL help files
Eric Hameleers
parents: 1162
diff changeset
51 Om de list met bookmarks te zien, kan het commando `/room bookmark` in de status buffer worden gebruikt.