One more thing if you wish to add this, I noticed one thing that is bad.
Which is, you can see a persons password when they type it, so, if you
don't want that to happen here is a quick hack to fix that.
go into comm.c search for
t->snoop_by
There are like 3 instances of this,
change the line
if (t->snoop_by)
to this
if (t->snoop_by && t->connected != CON_PASSWORD && t->connected !=
CON_NEWPASSWD && t->connected != CON_CNFPASSWD) {
Sorren
207.245.210.15 4000
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST