/[fgs]/fgs/src/command.c
ViewVC logotype

Diff of /fgs/src/command.c

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

revision 1.11 by drysdam, Sat Sep 6 00:15:17 2003 UTC revision 1.12 by drysdam, Wed Sep 10 02:51:07 2003 UTC
# Line 828  PRIVATE int process_prompt(int p, char * Line 828  PRIVATE int process_prompt(int p, char *
828      pprintf_prompt(p, "%sAn error has occurred.  Please notify an admin.\n", SendCode(p, ERROR));      pprintf_prompt(p, "%sAn error has occurred.  Please notify an admin.\n", SendCode(p, ERROR));
829      retval = COM_OK;      retval = COM_OK;
830      break;      break;
831      case COM_NOBANPERMS:
832        pprintf_prompt(p, "%sYou cannot ban/unban in this room.\n", SendCode(p, ERROR));
833        retval = COM_OK;
834        break;
835    }    }
836    return retval;    return retval;
837  }  }

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