/[ipchat]/ipchat/src/main.c
ViewVC logotype

Diff of /ipchat/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by beatk, Sun Feb 27 21:20:36 2005 UTC revision 1.12 by julioabg, Wed Apr 13 19:19:54 2005 UTC
# Line 47  main (int argc, char **argv) Line 47  main (int argc, char **argv)
47          ui_output_info ("\\bType \"/help\" to access online help.");          ui_output_info ("\\bType \"/help\" to access online help.");
48          ui_output_info ("");          ui_output_info ("");
49    
50            
51          /* TODO: check return val for these? leave or continue? */          /* TODO: check return val for these? leave or continue? */
52            if (get_encoding() != OK) {
53                    ui_output_err ("It seems that your system does not support "
54                                    "UTF-8!");
55                    ui_output_info ("");
56            }
57          check_dir (".ipchat");          check_dir (".ipchat");
58          check_dir (".ipchat/log");          check_dir (".ipchat/log");
59          cf_load ();          cf_load ();

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26