[Neoscript-development] neoscript script.ini,1.9,1.10
Brought to you by:
mjgreen
From: <mor...@us...> - 2002-08-31 08:52:13
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv5226 Modified Files: script.ini Log Message: more bugfixes Index: script.ini =================================================================== RCS file: /cvsroot/neoscript/neoscript/script.ini,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** script.ini 31 Aug 2002 08:30:39 -0000 1.9 --- script.ini 31 Aug 2002 08:52:10 -0000 1.10 *************** *** 16,20 **** n14= /titlebar Neo Script 2002 - Unreal Edition (Connected) n15= /echo -s 12You are now connected to $server $+. ! n16= { if (*come-to-chat* isin $network) { /load -rs auspice.mrc | /load -rs neostats.mrc } n17= else { version services.* } n18= } --- 16,20 ---- n14= /titlebar Neo Script 2002 - Unreal Edition (Connected) n15= /echo -s 12You are now connected to $server $+. ! n16= { if (*come-to-chat* isin $network) { /load -rs ADDONS/auspice.mrc | /load -rs ADDONS/neostats.mrc } n17= else { version services.* } n18= } *************** *** 30,32 **** n28= n29=raw 381:*:load -pn oper-npopups.ini | /load -pc oper-cpopups.ini | /echo 4NeoScript IRCop Mode activated ! n30=raw 351:*auspice*:load -rs auspice.mrc | halt --- 30,32 ---- n28= n29=raw 381:*:load -pn oper-npopups.ini | /load -pc oper-cpopups.ini | /echo 4NeoScript IRCop Mode activated ! n30=raw 351:*auspice*:load -rs ADDONS/auspice.mrc | halt |