/[weechat]/weechat/src/common/command.c
ViewVC logotype

Diff of /weechat/src/common/command.c

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

revision 1.2 by flashcode, Sun Oct 26 13:21:08 2003 UTC revision 1.3 by flashcode, Sat Nov 1 23:21:25 2003 UTC
# Line 1302  weechat_cmd_set (int argc, char **argv) Line 1302  weechat_cmd_set (int argc, char **argv)
1302      for (i = 0; i < CONFIG_NUMBER_SECTIONS; i++)      for (i = 0; i < CONFIG_NUMBER_SECTIONS; i++)
1303      {      {
1304          section_displayed = 0;          section_displayed = 0;
1305          if (i != CONFIG_SECTION_SERVER)          if ((i != CONFIG_SECTION_ALIAS) && (i != CONFIG_SECTION_SERVER))
1306          {          {
1307              for (j = 0; weechat_options[i][j].option_name; j++)              for (j = 0; weechat_options[i][j].option_name; j++)
1308              {              {
# Line 1358  weechat_cmd_set (int argc, char **argv) Line 1358  weechat_cmd_set (int argc, char **argv)
1358              }              }
1359          }          }
1360      }      }
1361      gui_printf (NULL, "(TODO) \"/set\" command not developed!\n");      gui_printf (NULL, "(TODO) \"/set\" command not fully developed!\n");
1362      return 0;      return 0;
1363  }  }
1364    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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