modes.h
上传用户:minyiyu
上传日期:2018-12-24
资源大小:864k
文件大小:3k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. /*
  2.     Pirate Bulletin Board System
  3.     Copyright (C) 1990, Edward Luke, lush@Athena.EE.MsState.EDU
  4.     Eagles Bulletin Board System
  5.     Copyright (C) 1992, Raymond Rocker, rocker@rock.b11.ingr.com
  6.                         Guy Vega, gtvega@seabass.st.usm.edu
  7.                         Dominic Tynes, dbtynes@seabass.st.usm.edu
  8.     Firebird Bulletin Board System
  9.     Copyright (C) 1996, Hsien-Tsung Chang, Smallpig.bbs@bbs.cs.ccu.edu.tw
  10.                         Peng Piaw Foong, ppfoong@csie.ncu.edu.tw
  11.     
  12.     This program is free software; you can redistribute it and/or modify
  13.     it under the terms of the GNU General Public License as published by
  14.     the Free Software Foundation; either version 1, or (at your option)
  15.     any later version.
  16.     This program is distributed in the hope that it will be useful,
  17.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  18.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19.     GNU General Public License for more details.
  20. */
  21. /* Lots o' modes! */
  22. #define IDLE            0       /* Modes a user can be in */
  23. #define TALK            1
  24. #define NEW             2
  25. #define READNEW         3
  26. #define POSTING         4
  27. #define MAIL            5
  28. #define LAUSERS         6
  29. #define LUSERS          7
  30. #define SMAIL           8
  31. #define RMAIL           9
  32. #define MMENU           10
  33. #define TMENU           11
  34. #define XMENU           12
  35. #define READING         13
  36. #define PAGE            14
  37. #define ADMIN           15
  38. #define READBRD         16
  39. #define SELECT          17
  40. #define LOGIN           18
  41. #define MONITOR         19
  42. #define CHAT1           20
  43. #define CHAT2           21
  44. #define CHAT3           22
  45. #define CHAT4           23
  46. #define EDITWELC        24
  47. #define ZAP             25
  48. #define EDITUFILE       26
  49. #define EDITSFILE       27
  50. #define QUERY           28
  51. #define CNTBRDS         29
  52. #define VOTING          30
  53. #define VISIT           31
  54. #define IRCCHAT         32
  55. #define BBSNET          33
  56. #define DIGEST          34
  57. #define FRIEND          35
  58. #define YANKING         36
  59. #define ARCHIE          37
  60. #define GMENU           38
  61. #define DICT            39
  62. #define LOCKSCREEN      40
  63. #define NOTEPAD         41
  64. #define MSG             42
  65. #define USERDEF         43
  66. #define EDIT            44
  67. #define OFFLINE         45
  68. #define EDITANN         46
  69. #define WWW             47
  70. #define CCUGOPHER       48
  71. #define LOOKMSGS        49
  72. #define WFRIEND         50
  73. #define SYSINFO         51
  74. #define GAME            52
  75. #define HYTELNET        53
  76. #define WNOTEPAD 54
  77. #define BBSPAGER 55 /* edwardc.990429 for 呼隔肚㊣ */