Changeset 628c897


Ignore:
Timestamp:
May 25, 2008, 11:26:08 AM (16 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
83b2ca6
Parents:
6b28e33
Message:
Update bugs email to a more professional looking address, and remove
the Development build warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r81001c0 r628c897  
    323323  strcat(startupmsg, buff);
    324324  strcat(startupmsg, "                                                                       \n");
    325   strcat(startupmsg, "This is a development build of barnowl. If you are using this          \n");
    326   strcat(startupmsg, "build regularly, please add yourself to barnowl-users@mit.edu          \n");
     325  strcat(startupmsg, "BarnOwl is free software. Type ':show license' for more                \n");
     326  strcat(startupmsg, "information.                                                           \n");
    327327  strcat(startupmsg, "                                                                 ^ ^   \n");
    328328  strcat(startupmsg, "                                                                 OvO   \n");
    329   strcat(startupmsg, "Please report any bugs to dirty-owl-hackers@mit.edu             (   )  \n");
     329  strcat(startupmsg, "Please report any bugs or suggestions to bug-barnowl@mit.edu    (   )  \n");
    330330  strcat(startupmsg, "-----------------------------------------------------------------m-m---\n");
    331331  owl_function_adminmsg("", startupmsg);
Note: See TracChangeset for help on using the changeset viewer.