comparison mcabber/mcabberrc.example @ 1269:6495aa83d059

Small changes to the sample config file (suggested by bb)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 20 Aug 2007 19:51:32 +0200
parents dbc907b2d92f
children 033576acac4c
comparison
equal deleted inserted replaced
1268:dbc907b2d92f 1269:6495aa83d059
8 # If your jid's domain name is different from the server name, 8 # If your jid's domain name is different from the server name,
9 # you can specify your complete jid as username. 9 # you can specify your complete jid as username.
10 # 10 #
11 # If password is not given, it will be interactively asked for. 11 # If password is not given, it will be interactively asked for.
12 # If port is not given, default Jabber port will be used. 12 # If port is not given, default Jabber port will be used.
13 #
14 # Warning to GTalk users! please see the FAQ:
15 # <http://www.probsd.net/mcabber/index.php/Main_Page#FAQ>
16
13 17
14 set username = yourusername 18 set username = yourusername
15 # Note: if the password contains leading or trailing spaces, you must 19 # Note: if the password contains leading or trailing spaces, you must
16 # enclose it with quotes: set password = " example password " 20 # enclose it with quotes: set password = " example password "
17 #set password = yourpassword 21 #set password = yourpassword
328 alias online = status online 332 alias online = status online
329 alias away = status away 333 alias away = status away
330 alias dnd = status dnd 334 alias dnd = status dnd
331 alias notavail = status notavail 335 alias notavail = status notavail
332 #alias names = room names 336 #alias names = room names
337 #alias topic = room topic
333 338
334 # Key bindings 339 # Key bindings
335 # Ctlr-q (17) bound to /roster unread_next 340 # Ctlr-q (17) bound to /roster unread_next
336 bind 17 = roster unread_next 341 bind 17 = roster unread_next
337 # Ctlr-x (24) bound to /roster alternate 342 # Ctlr-x (24) bound to /roster alternate