mcabber/doc/help/pl/hlp_room.txt
author Mikael Berthe <mikael@lilotux.net>
Tue, 27 Nov 2007 23:57:20 +0100
changeset 1377 cd9182f0b5c7
parent 1341 305f7a609545
child 1402 e83184223918
permissions -rw-r--r--
Add /room setopt {print_status,auto_whois} - add the command /room setopt - add option 'muc_auto_whois' The MUC settings auto_whois and print_status can be set on a per-room basis.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
918
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
 /ROOM join|leave|names|nick|remove|topic|unlock|destroy
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
 /ROOM privmsg|invite|kick|ban|role|affil
1377
cd9182f0b5c7 Add /room setopt {print_status,auto_whois}
Mikael Berthe <mikael@lilotux.net>
parents: 1341
diff changeset
     4
 /ROOM setopt print_status|auto_whois [value]
1081
09cd1ee00c60 Update PL help files (Salvador)
Mikael Berthe <mikael@lilotux.net>
parents: 918
diff changeset
     5
 /ROOM bookmark [add|del] [-autojoin|+autojoin]
918
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
1288
bd8424067efe Update PL help files (Salvador)
Mikael Berthe <mikael@lilotux.net>
parents: 1260
diff changeset
     7
Polecenie 'room' służy do obsługi wieloużytkownikowych chat-room'ów.
918
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
/room join [pokój [nick [hasło]]]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
 Dołącza do pokoju "pokój" z ksywą "nick".  Jeżeli nie ma podanego nicka (albo jeśli jest to pusty ciąg znaków), użyta jest opcja "nickname" z pliku konfiguracyjnego.  Jeżeli podany pokój jest prawidłowy, skrót "." może być użyty zamiast pełnego id pokoju. Opcjonalnie można podać hasło "hasło". Jeśli Twój "nick" zawiera spacje - użyj cudzysłowów.
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
/room leave [wiadomość]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    12
 Opuszcza aktualny pokój. Opcjonalnie można podać wiadomość "wiadomość"
1341
305f7a609545 Add "/room names --detail"
Mikael Berthe <mikael@lilotux.net>
parents: 1288
diff changeset
    13
/room names [--detail|--short|--quiet]
918
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
 Wyświetla kto jest w pokoju
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    15
/room nick [nick]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    16
 Zmienia Twoją ksywę w aktualnym pokoju na "nick"
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    17
/room privmsg [nick] [wiadomość]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    18
 Wysyła prywatną wiadomość [wiadomość] do osoby "nick"
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    19
/room remove
1247
3296ab75d8f3 Update PL help files (entragian)
Mikael Berthe <mikael@lilotux.net>
parents: 1162
diff changeset
    20
 Usuwa aktualny pokój z listy kontaktów (musisz najpierw opuścić pokój)
918
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    21
/room topic
1247
3296ab75d8f3 Update PL help files (entragian)
Mikael Berthe <mikael@lilotux.net>
parents: 1162
diff changeset
    22
 Ustawia temat w aktualnym pokoju
918
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    23
/room unlock
1247
3296ab75d8f3 Update PL help files (entragian)
Mikael Berthe <mikael@lilotux.net>
parents: 1162
diff changeset
    24
 Odblokowuje aktualny pokój (jeśli jesteś jego właścicielem)
918
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    25
/room destroy [powód]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    26
 Niszczy aktualny pokój (używać z rozwagą!)
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    27
/room whois [nick]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    28
 Wyświetla informację MUC osoby "nick"
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    29
/room ban jid [powód]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    30
 Banuje jid z powodu "powód" (opcjonalnie)
1260
b4ccc5b2a6de Add command /room unban
Mikael Berthe <mikael@lilotux.net>
parents: 1247
diff changeset
    31
/room unban jid
b4ccc5b2a6de Add command /room unban
Mikael Berthe <mikael@lilotux.net>
parents: 1247
diff changeset
    32
 Odbanowanie jid z aktualnego pokoju
918
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    33
/room invite jid [powód]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    34
 Zaprasza osobę jid do aktualnego pokoju z powodu "powód" (opcjonalnie)
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    35
/room kick nick [powód]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    36
 Wyrzucenie osoby "nick" z aktualnego pokoju z powodu "powód" (opcjonalnie)
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    37
/room role jid role [powód]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    38
 Zmienia rolę użytkownika jid (może być: "none", "visitor", "participant", "moderator")
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    39
/room affil jid affil [powód]
2159cc03eae9 Add PL help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    40
 Zmienia przynależność jid'a (może być: "none", "member", "admin", "owner")
1377
cd9182f0b5c7 Add /room setopt {print_status,auto_whois}
Mikael Berthe <mikael@lilotux.net>
parents: 1341
diff changeset
    41
/room setopt print_status|auto_whois [value]
1081
09cd1ee00c60 Update PL help files (Salvador)
Mikael Berthe <mikael@lilotux.net>
parents: 918
diff changeset
    42
/room bookmark [add|del] [-autojoin|+autojoin]
09cd1ee00c60 Update PL help files (Salvador)
Mikael Berthe <mikael@lilotux.net>
parents: 918
diff changeset
    43
 Dodaje, usuwa, aktualizuje zakładki (domyślnie dodaje).
09cd1ee00c60 Update PL help files (Salvador)
Mikael Berthe <mikael@lilotux.net>
parents: 918
diff changeset
    44
 Jeśli ustawiona jest opcja "autojoin", mcabber automatycznie dołączy do danego MUC po połączeniu z serwerem.