~ubuntu-branches/ubuntu/maverick/xchat/maverick

« back to all changes in this revision

Viewing changes to src/common/modes.c

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-26 20:35:39 UTC
  • mto: (2.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20070726203539-1jg24rhbfl4zh9jy
Tags: upstream-2.8.4
ImportĀ upstreamĀ versionĀ 2.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
684
684
                        /* now wait for numeric 290 */  
685
685
                } else if (strcmp (word[w], "EXCEPTS") == 0)
686
686
                {
 
687
#ifndef WIN32
687
688
                        serv->have_except = TRUE;
 
689
#endif
688
690
                } else if (strncmp (word[w], "ELIST=", 6) == 0)
689
691
                {
690
692
                        /* supports LIST >< min/max user counts? */