[Neoscript-development] neoscript script.ini,1.4,1.5
Brought to you by:
mjgreen
From: <mor...@us...> - 2002-08-30 19:24:44
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv26666 Modified Files: script.ini Log Message: added services auto detect Index: script.ini =================================================================== RCS file: /cvsroot/neoscript/neoscript/script.ini,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** script.ini 30 Aug 2002 19:01:03 -0000 1.4 --- script.ini 30 Aug 2002 19:24:42 -0000 1.5 *************** *** 12,23 **** 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=} ! n13=on *:disconnect:{ ! n14= /titlebar Neo Script 2002 - Unreal Edition (Disconnected) ! n15= /echo -s 12You have been disconnected from $server ! n16=} ! n17= ! n18=on *:usermode:{ ! n19= if (+o isin $1-) { load -pn oper-npopups.ini | /load -pc oper-cpopups.ini | /echo 4NeoScript IRCop Mode activated } ! n20= elseif (-o isin $1-) { load -pn npopups.ini | /load -pc cpopups.ini | /echo 4You are no longer an IRCop. NeoScript Normal mode activated } ! n21= } --- 12,31 ---- 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 } ! 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=} |