home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / WW4SHARE / WWIV430.ZIP / CHAT.INI < prev    next >
INI File  |  2000-03-06  |  9KB  |  377 lines

  1. ;-----------------------------------------------------------------------------
  2. ;
  3. ;                           WWIV Version 4.30
  4. ;              Copyright (C) 1999 by WWIV Software Services
  5. ;
  6. ;              Lines begining with a semi-colon are ignored
  7. ;-----------------------------------------------------------------------------
  8. ; ID Block for ChatRoom settings.  This ID *must* appear as the first
  9. ; uncommented  line in the INI file.
  10. ;
  11. [CHAT]
  12. ;SL required to access sysop functions (entering secured channels, looking
  13. ;up userinfo) inside chat.  Setting it to 256 disables sysop functions.
  14. CHATOP_SL = 255
  15.  
  16. ;Set this equal to 1 if you want Chat to ask which channel to enter upon
  17. ;entering chat, 0 will throw people into channel 1 immediately.  I recommend
  18. ;leaving it at 0, it's simpler for new users.
  19. CH_PROMPT = 0
  20.  
  21. ;For every node you have, you MUST have a corresponding C(node number) here.
  22. ;These denote what color to put the text in.
  23. C1 = 6
  24. C2 = 3
  25. C3 = 7
  26. C4 = 2
  27.  
  28. ;CH1 through CH10 are requirements to enter chat channels.  A is the channel
  29. ;name, B is the SL required to enter the channel, C is the AR required to
  30. ;enter the channel (0 if none), D is the sex required to enter the channel -
  31. ;M, F, or A(ll).  E is the minimum age to enter the channel, and F is the
  32. ;maximum age to enter the channel.
  33. CH1A = The Main Public Channel 
  34. CH1B = 0
  35. CH1C = 0
  36. CH1D = A
  37. CH1E = 0
  38. CH1F = 127
  39.  
  40. CH2A = Channel 2                   
  41. CH2B = 10
  42. CH2C = 0
  43. CH2D = A
  44. CH2E = 0
  45. CH2F = 127
  46.  
  47. CH3A = Channel 3                 
  48. CH3B = 10
  49. CH3C = 0
  50. CH3D = A
  51. CH3E = 0
  52. CH3F = 127
  53.  
  54. CH4A = Channel 4                 
  55. CH4B = 10
  56. CH4C = 0
  57. CH4D = A
  58. CH4E = 0
  59. CH4F = 127
  60.  
  61. CH5A = Channel 5                  
  62. CH5B = 10
  63. CH5C = 0
  64. CH5D = A
  65. CH5E = 0
  66. CH5F = 127
  67.  
  68. CH6A = Channel 6                 
  69. CH6B = 10
  70. CH6C = 0
  71. CH6D = A
  72. CH6E = 0
  73. CH6F = 127
  74.  
  75. CH7A = Channel 7                
  76. CH7B = 10
  77. CH7C = 0
  78. CH7D = A
  79. CH7E = 0
  80. CH7F = 127
  81.    
  82. CH8A = Channel 8              
  83. CH8B = 10
  84. CH8C = 0
  85. CH8D = A
  86. CH8E = 0
  87. CH8F = 127
  88.  
  89. CH9A = Channel 9                  
  90. CH9B = 10
  91. CH9C = 0
  92. CH9D = A
  93. CH9E = 0
  94. CH9F = 127
  95.  
  96. CH10A = The Sysop's Lounge          
  97. CH10B = 255
  98. CH10C = 0
  99. CH10D = A
  100. CH10E = 0
  101. CH10F = 127
  102.  
  103. ;The NUM_ACTIONS setting tells the chatroom how many actions to read from
  104. ;WWIV.INI.  This can be smaller than the actual number of actions in the
  105. ;data file, but if it is larger problems could occur.  Set this equal to 0
  106. ;to disable actions.
  107. NUM_ACTIONS = 39
  108.  
  109. ;Following this are the action declarations.  The format is simple.  The
  110. ;first line of each action is the number of the action, followed by an A.
  111. ;Make this equal to 0 if no recipient is required for the action, or 1 if
  112. ;a recipient is required.  The second line contains the name of the action
  113. ;(no longer than 12 characters!), the third the text to be printed to the
  114. ;person doing the action, the fourth the text to be printed to the recipient
  115. ;of the action, and the fifth the text printed to everyone else.  If you're
  116. ;short on RAM, keep this list brief.  The chatroom is able to support up to
  117. ;100 actions, but it only uses RAM for as many actions as you provide it.
  118. ;A full 100 actions would require about 25k of RAM.
  119.  
  120. ;These actions MUST be in alphabetical order or the chatroom will not find them!
  121.  
  122. 1A = 0
  123. 1B = AFK
  124. 1C = Hope you don't miss much!
  125. 1D = %s is away from his keyboard.
  126. 1E = %s ran away from his keyboard because of %s
  127. 1F = %s has left the keyboard!!!!
  128.  
  129. 2A = 1
  130. 2B = AGREE
  131. 2C = You're so right.
  132. 2D = %s is nodding in agreement with you.
  133. 2E = %s is in agreement with %s
  134.  
  135. 3A = 0
  136. 3B = BARF
  137. 3C = GROSS!
  138. 3D = %s is barfing in your lap, a sign of affection.
  139. 3E = %s is barfing in %s's lap, 
  140. 3F = %s is barfing
  141.  
  142. 4A = 1
  143. 4B = BAT  
  144. 4C = How awful!
  145. 4D = %s just pulled out a baseball bat and beat you to death.
  146. 4E = %s just beat %s to death with a baseball bat.
  147.  
  148. 6A = 0
  149. 6B = BELCH
  150. 6C = NICE! We wanted to hear that!
  151. 6D = %s is belching in your face
  152. 6E = %s is belching at %s
  153. 6F = %s is belching, yum!
  154.  
  155. 7A = 1
  156. 7B = BLOWING
  157. 7C = Away goes the kiss :)
  158. 7D = %s is blowing a kiss to you.
  159. 7E = %s is blowing a kiss to %s, how sweet!
  160.  
  161. 5A = 0
  162. 5B = BOW
  163. 5C = How humble of you.
  164. 5D = %s is bowing to you.    
  165. 5E = %s is bowing to %s.     
  166. 5F = %s is bowing.     
  167.  
  168. 8A = 0
  169. 8B = BRB
  170. 8C = Hurry up!                 
  171. 8D = %s will be right back with you.
  172. 8E = %s will be right back with %s.
  173. 8F = %s will be right back.
  174.  
  175. 9A = 1
  176. 9B = BURN
  177. 9C = Fire! Fire! Huhuhu... Yeah.
  178. 9D = %s just burned you, and is laughing maniacally.
  179. 9E = %s just burned %s, and is laughing maniacally.
  180.  
  181. 10A = 0
  182. 10B = CHEER
  183. 10C = Yeaaa!
  184. 10D = %s is cheering for you!
  185. 10E = %s is cheering for %s!
  186. 10F = %s is cheering!
  187.  
  188. 11A = 0
  189. 11B = CHUCKLE
  190. 11C = Umm.. okay
  191. 11D = %s is chuckling at what you said!
  192. 11E = %s is chuckling at what %s said!
  193. 11F = %s is chuckling.
  194.  
  195. 12A = 0
  196. 12B = COUGH
  197. 12C = Hahummm.
  198. 12D = %s is coughing at you
  199. 12E = %s is coughing at %s.
  200. 12F = %s is coughing.
  201.  
  202. 13A = 0
  203. 13B = CRY
  204. 13C = It's ok, we love you!
  205. 13D = %s is crying on your shoulder
  206. 13E = %s is cring on %s shoulder.
  207. 13F = %s is sobing uncontrollably! 
  208.  
  209. 14A = 0
  210. 14B = DANCE
  211. 14C = Whee!
  212. 14D = %s grabs you and begins dancing with you!
  213. 14E = %s grabs %s and begins dancing with them!
  214. 14F = %s is dancing around the room.
  215.  
  216. 15A = 1
  217. 15B = DISAGREE
  218. 15C = You're never wrong, are you?
  219. 15D = %s is shaking their head at you in disagreement with you.
  220. 15E = %s does not agree at all with what %s said.
  221.  
  222. 16A = 0
  223. 16B = FROWN
  224. 16C = Don't be disapointed.
  225. 16D = %s is frowning at you.
  226. 16E = %s is frowning at %s in disbelief.
  227. 16F = %s is frowning.
  228.  
  229. 17A = 0
  230. 17B = GIGGLE
  231. 17C = What a girlish giggle!
  232. 17D = %s is giggling at you!
  233. 17E = %s is giggling at %s
  234. 17F = %s is giggling like a Girl!
  235.  
  236. 18A = 1
  237. 18B = GLARE
  238. 18C = Give them the evil eye!
  239. 18D = %s is glaring at you!   
  240. 18E = %s is glaring at %s!
  241.  
  242. 19A = 0
  243. 19B = GRIN
  244. 19C = What a sly grin..
  245. 19D = %s is grinning at you.
  246. 19E = %s is grinning at %s.
  247. 19F = %s is grinning.
  248.  
  249. 20A = 0
  250. 20B = GROWL
  251. 20C = gggggrrrrrrr
  252. 20D = %s is growling at you.
  253. 20E = %s is growling fiercly at %s
  254. 20F = %s Is growling, gggggggrrrrrrr.
  255.  
  256. 21A = 1
  257. 21B = HUG
  258. 21C = How sweet!
  259. 21D = %s is hugging you tightly.
  260. 21E = %s is hugging %s tightly.
  261.   
  262. 22A = 1
  263. 22B = KARATE
  264. 22C = HIYA!
  265. 22D = %s is karate-chopping you in half!
  266. 22E = %s is karate-chopping %s in half!  
  267.   
  268. 23A = 1
  269. 23B = KICK 
  270. 23C = Such violence!
  271. 23D = %s is kicking the crap out of you!
  272. 23E = %s is kicking the crap out of %s!
  273.  
  274. 24A = 1
  275. 24B = KISS 
  276. 24C = Pucker up!    
  277. 24D = %s is kissing you.                   
  278. 24E = %s is kissing %s.
  279.   
  280. 25A = 0
  281. 25B = LAUGH
  282. 25C = Hahahaha!
  283. 25D = %s is laughing at you!
  284. 25E = %s is laughing at %s!
  285. 25F = %s is laughing.
  286.  
  287. 26A = 0
  288. 26B = LOL
  289. 26C = That's funny!
  290. 26D = %s is laughing out loud at you!
  291. 26E = %s is laughing out loud at %s!
  292. 26F = %s is laughing out loud!
  293.  
  294. 27A = 0
  295. 27B = LOOK
  296. 27C = Is it interesting?
  297. 27D = %s is looking at you with curiosity.
  298. 27E = %s is looking at %s with curiosity.
  299. 27F = %s is looking around the room with curiosity.
  300.  
  301. 28A = 1
  302. 28B = PUNCH
  303. 28C = Pow!
  304. 28D = %s just punched you in the face!
  305. 28E = %s is punching %s in the face!
  306.  
  307. 29A = 0
  308. 29B = ROFL
  309. 29C = Pretty funny, eh?
  310. 29D = %s is rolling on the floor laughing at you!
  311. 29E = %s is rolling on the floor laughing at %s!
  312. 29F = %s is rolling on the floor laughing!
  313.  
  314. 30A = 1
  315. 30B = SACK
  316. 30C = Get a motel room!
  317. 30D = %s wants you in the sack! 
  318. 30E = %s declares that he wants %s in the sack!
  319.  
  320. 31A = 0
  321. 31B = SCREAM
  322. 31C = AAAAAAAAAAAAAAAAAAAAAAAAAAAAH!
  323. 31D = %s is screaming at the top of their lungs at you!
  324. 31E = %s is screaming at the top of their lungs at %s!
  325. 31F = %s is scream at the top of their lungs!
  326.  
  327. 32A = 0
  328. 32B = SIGH
  329. 32C = Sigh...
  330. 32D = %s turns to you and lets out a big sigh.
  331. 32E = %s turns to %s and lets out a big sigh.
  332. 32F = %s lets out a big sigh.
  333.  
  334. 33A = 1
  335. 33B = SLAP 
  336. 33C = Thwap!
  337. 33D = %s is slapping you silly!
  338. 33E = %s is slapping %s silly!
  339.  
  340. 34A = 1
  341. 34B = SMACK
  342. 34C = Thwap!
  343. 34D = %s just smacked you upside the head!
  344. 34E = %s just smacked %s upside the head!
  345.  
  346. 35A = 0
  347. 35B = SMILE
  348. 35C = Oh stop being so happy!
  349. 35D = %s is smiling at you.
  350. 35E = %s is smiling at %s, could it be love?
  351. 35F = %s is smiling, what a happy person. :)
  352.  
  353. 36A = 1
  354. 36B = SMOOCH
  355. 36C = Lay it on THICK!
  356. 36D = %s is giving you a big wet smooch! How sweet.
  357. 36E = %s is smooching with %s, romance isn't dead yet.
  358.  
  359. 37A = 0
  360. 37B = WAVE
  361. 37C = You look like royalty.
  362. 37D = %s is waving to you.
  363. 37E = %s is waving to %s
  364. 37F = %s is waving to all.
  365.  
  366. 38A = 1
  367. 38B = WINK 
  368. 38C = Ooooh!                      
  369. 38D = %s is winking at you!
  370. 38E = %s is winking at %s!
  371.   
  372. 39A = 1
  373. 39B = ZAP
  374. 39C = Youch!
  375. 39D = %s is zapping you! [OW!]
  376. 39E = %s is zapping %s! [ouch!]
  377.