DOOR_COMMAND.. CHAT DOOR_TYPE..... 1 DOOR_SECURITY. 100 DOOR_EXECUTE.. /home/bbs/doors/muggichat %N /home/bbs/configs/sample1.cfg DOOR_CONFS1... XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX DOOR_CONFS2... XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4) Login and hope everything works out ok :p
DDTEMP | set this to point to your dd-temp directory, usually /tmp/dd. (i know, its defined in dd.h, but "trust noone" :) |
MAXNODES | If you got more than 64 nodes, you MUST change this, or muggichat will not load properly. |
QUEUELEN CPUHOGVALUE | If you have LOTS of users who talk a LOT, try tweaking with these values to get better performance. In general, leave them alone. |
Setup Style | About | Author |
Ami/X alike | Oldschool Ami/X setup | flower |
"Smodem" alike | not very smodem-alike when i was finished with it | flower |
Pcboard alike | req'd by some peeps, very elite indeed :) | flower |
Line 1 | Showed when a user joins the chatroom. |
Line 2 | Showed when a user leaves the chatroom. |
Line 3 | Showed when a new (different than the previous) user starts to talk. |
Line 4 | Prompt when asking for page-# to page. |
Line 5 | Showed to the user who is being paged. |
Line 6 | Showed when a user has been paged. |
Line 7 | Showed when a user could not be paged. |
Line 8 | Wholist-Line. One line per node is being showed when user chooses to view which users are currently in the chatroom |
Line 9 | Showed when a user presses enter (NewLine). |
Line 10..n | Colors for the users. User_Color[Node-X]=Color[NumberOfColors mod NumOfNodes], meaning you dont have to have as many colors as nodes. Colors will cycle. |
@MACRO[<|>##]
@MACRO | The name of the macro |
< OR > | Defines if the alignment of the text (optional) |
## | The size of the output field (optional) |
m33p->@USER<20<-m33p will be "m33p->Flower <-m33p" ||@BYTES>20 bytes|| will be "|| 123456 bytes||"
@UN | User Name |
@UL | User Location |
@NN | Node Number |
@NC | Node Color |
muggichat_enter | Showed when entering muggichat. |
muggichat_exit | Showed when exiting muggichat. |
muggichat_help | Showed when asking for help on muggichat. |
muggichat_whohead | Showed before showing who is in the chatroom. |
muggichat_whobutt | Showed after showing who is in the chatroom. |
v1.0 FINAL | + First public release. |
v1.01 | +First public upgrade :) * Most strXXX functions implemented (hopefully) better than normal strXXX functions. (newstrop.h) Should result in fewer crashes :) * Documentation converted to sweet html. * New PCB alike setup included. Check setups/ * Some smaller bugs which i overlooked have been fixed. |
Line 5 in config must not be too long! (Pagemessage line) | Worked long and hard on fixing this, and figured at last that it was a limitation in daydream, and not a bug of mine :). Though, there is a way to fix this, but as of yet its too complex, so if it crashes when paging other nodes, try making this line smaller. |
Keeps crashing after recompiling. | When recompiling with MAXNODES variable changed, you must either reboot or remove the shared mem + semaphor with "ipcrm", or it will keep crashing. Can for some weird reason not remove shmem correctly :/. |
User cant exit. |
This "bug" was reported by an unnamed RiSC telnet-trader |