This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Is There?

Old posts that have not been replied to for several years.
Locked
P
ProToz

Post by ProToz »

Ok i loaded in Mooscript3 and everything but then it disables the /msg <botnic> hello feature i set in the conf file is there anyway to get this to work while i am still running mooscript?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Search in your mooscript3.tcl file and modify:

- from -
bind MSG - hello moo_hello
unbind MSG - hello moo_hello
- from -

- to -
# bind MSG - hello moo_hello
# unbind MSG - hello moo_hello
- to -

and then "Hello" feature should work normaly.
Locked