[Neoscript-development] neoscript script.ini,1.7,1.8
Brought to you by:
mjgreen
From: <mor...@us...> - 2002-08-31 08:26:31
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv32506 Modified Files: script.ini Log Message: removed more unncessary files Index: script.ini =================================================================== RCS file: /cvsroot/neoscript/neoscript/script.ini,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** script.ini 31 Aug 2002 08:03:27 -0000 1.7 --- script.ini 31 Aug 2002 08:26:28 -0000 1.8 *************** *** 8,29 **** n6= titlebar %script n7= unload -rs auspice.mrc | unload -rs neostats.mrc ! n8= load -pn npopups.ini | load -pc cpopups.ini | halt ! n9=} ! n10=on *:connect:{ ! n11= /titlebar Neo Script 2002 - Unreal Edition (Connected) ! n12= /echo -s 12You are now connected to $server $+. ! n13= { if (*come-to-chat* isin $network) { /load -rs auspice.mrc | /load -rs neostats.mrc } ! n14= else { version services.* } ! n15= } ! n16=} ! n17=on *:disconnect:{ ! n18= /titlebar Neo Script 2002 - Unreal Edition (Disconnected) ! n19= /echo -s 12You have been disconnected from $server ! n20=} ! n21= ! n22=on *:usermode:{ ! n23= if (-o isin $1-) { load -pn npopups.ini | /load -pc cpopups.ini | /echo 4You are no longer an IRCop. NeoScript Normal mode activated | halt } ! n24=} ! n25= ! n26=raw 381:*:load -pn oper-npopups.ini | /load -pc oper-cpopups.ini | /echo 4NeoScript IRCop Mode activated ! n27=raw 351:*auspice*:load -rs auspice.mrc | halt --- 8,32 ---- n6= titlebar %script n7= unload -rs auspice.mrc | unload -rs neostats.mrc ! n8= load -pn npopups.ini | load -pc cpopups.ini ! n9= if (%persconf !== true) { echo 4Thank You for choosing Neo Script. We will now configure the script to your personal preferences ! n10= personalsetup | mp3setup | set %persconf true } ! n11=} ! n12= ! n13=on *:connect:{ ! 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= } ! n19=} ! n20=on *:disconnect:{ ! n21= /titlebar Neo Script 2002 - Unreal Edition (Disconnected) ! n22= /echo -s 12You have been disconnected from $server ! n23=} ! n24= ! n25=on *:usermode:{ ! n26= if (-o isin $1-) { load -pn npopups.ini | /load -pc cpopups.ini | /echo 4You are no longer an IRCop. NeoScript Normal mode activated | halt } ! n27=} ! 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 |