Update of /cvsroot/neoscript/neoscript
In directory usw-pr-cvs1:/tmp/cvs-serv27494
Modified Files:
script.ini
Log Message:
fixed a bug in startup files
Index: script.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/script.ini,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** script.ini 30 Aug 2002 19:24:42 -0000 1.5
--- script.ini 30 Aug 2002 19:27:07 -0000 1.6
***************
*** 13,17 ****
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=}
--- 13,17 ----
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=}
***************
*** 22,31 ****
n20=
n21=on *:usermode:{
! n22= if (+o isin $1-) { load -pn oper-npopups.ini | /load -pc oper-cpopups.ini | /echo 4NeoScript IRCop Mode activated }
! n23= elseif (-o isin $1-) { load -pn npopups.ini | /load -pc cpopups.ini | /echo 4You are no longer an IRCop. NeoScript Normal mode activated }
n24=}
n25=
n26=on *:CTCPREPLY:*auspice*:{
! n27= if ($nick == nickserv) { load -rs auspice.mrc }
n28= else { halt }
n29=}
--- 22,31 ----
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=}
|