comparison console/gntgaim.c @ 14351:1bd09d355f9e

[gaim-migrate @ 17054] Allow adding chats in the buddylist. And fix a few bugs along the way. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 27 Aug 2006 06:14:12 +0000
parents 43d9afee9c3c
children 81650a27f253
comparison
equal deleted inserted replaced
14350:eec3ce357b70 14351:1bd09d355f9e
222 show_usage(argv[0], FALSE); 222 show_usage(argv[0], FALSE);
223 return 0; 223 return 0;
224 } 224 }
225 /* show version message */ 225 /* show version message */
226 if (opt_version) { 226 if (opt_version) {
227 printf("Gaim %s\n", VERSION); 227 printf("gntgaim %s\n", VERSION);
228 return 0; 228 return 0;
229 } 229 }
230 230
231 /* set a user-specified config directory */ 231 /* set a user-specified config directory */
232 if (opt_config_dir_arg != NULL) { 232 if (opt_config_dir_arg != NULL) {