/[weechat]/weechat/src/irc/irc-display.c
ViewVC logotype

Diff of /weechat/src/irc/irc-display.c

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

revision 1.16 by flashcode, Sun Jun 19 20:55:11 2005 UTC revision 1.17 by flashcode, Mon Jun 27 16:27:31 2005 UTC
# Line 176  irc_display_server (t_irc_server *server Line 176  irc_display_server (t_irc_server *server
176                        "  server_port  . . . . . . .: %d\n",                        "  server_port  . . . . . . .: %d\n",
177                        server->port);                        server->port);
178      gui_printf_color (NULL, COLOR_WIN_CHAT,      gui_printf_color (NULL, COLOR_WIN_CHAT,
179                          "  server_ipv6  . . . . . . .: %s\n",
180                          (server->ipv6) ? _("yes") : _("no"));
181        gui_printf_color (NULL, COLOR_WIN_CHAT,
182                        "  server_ssl . . . . . . . .: %s\n",                        "  server_ssl . . . . . . . .: %s\n",
183                        (server->ssl) ? _("yes") : _("no"));                        (server->ssl) ? _("yes") : _("no"));
184      gui_printf_color (NULL, COLOR_WIN_CHAT,      gui_printf_color (NULL, COLOR_WIN_CHAT,

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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