comparison mcabber/src/main.c @ 848:a9161d2dc414

Introduce special buffer stuff Update roster and commands: add support for a new "special" kind of buffer. A special buffer "[status]" is automatically created at startup.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 08 May 2006 23:45:58 +0200
parents 04edcb6d7ee3
children da03534e46c7
comparison
equal deleted inserted replaced
847:e1b7f71b0b1c 848:a9161d2dc414
250 configFile = g_strdup(optarg); 250 configFile = g_strdup(optarg);
251 break; 251 break;
252 } 252 }
253 } 253 }
254 254
255 /* Initialize commands system */ 255 /* Initialize commands system and roster */
256 cmd_init(); 256 cmd_init();
257 roster_init();
257 /* Initialize charset */ 258 /* Initialize charset */
258 scr_InitLocaleCharSet(); 259 scr_InitLocaleCharSet();
259 260
260 /* Parsing config file... */ 261 /* Parsing config file... */
261 ret = cfg_read_file(configFile); 262 ret = cfg_read_file(configFile);