Update of /cvsroot/neoscript/neoscript
In directory usw-pr-cvs1:/tmp/cvs-serv28360
Modified Files:
script.ini
Removed Files:
remote.ini
Log Message:
removed more unncessary files
Index: script.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/script.ini,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** script.ini 30 Aug 2002 19:27:07 -0000 1.6
--- script.ini 31 Aug 2002 08:03:27 -0000 1.7
***************
*** 7,31 ****
n5= echo -s You are using %script
n6= titlebar %script
! n7= load -pn npopups.ini | load -pc cpopups.ini | halt
! n8=}
! n9=on *:connect:{
! n10= /titlebar Neo Script 2002 - Unreal Edition (Connected)
! n11= /echo -s 12You are now connected to $server $+. The time is now $time on $date
! n12= { if (*come-to-chat* isin $network) { /load -rs auspice.mrc | /load -rs neostats.mrc }
! n13= else { ctcp nickserv version }
! n14= }
! n15=}
! n16=on *:disconnect:{
! n17= /titlebar Neo Script 2002 - Unreal Edition (Disconnected)
! n18= /echo -s 12You have been disconnected from $server
! n19=}
! n20=
! n21=on *:usermode:{
! n22= if (+o isin $1-) { load -pn oper-npopups.ini | /load -pc oper-cpopups.ini | /echo 4NeoScript IRCop Mode activated | halt }
! n23= elseif (-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=on *:CTCPREPLY:*auspice*:{
! n27= if ($nick == nickserv) { load -rs auspice.mrc | halt }
! n28= else { halt }
! n29=}
--- 7,29 ----
n5= echo -s You are using %script
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
--- remote.ini DELETED ---
|