neoscript-development Mailing List for Neo Script
Brought to you by:
mjgreen
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(17) |
Sep
(7) |
Oct
|
Nov
|
Dec
(1) |
|---|
|
From: <mor...@us...> - 2002-12-01 19:24:51
|
Update of /cvsroot/neoscript/neoscript
In directory sc8-pr-cvs1:/tmp/cvs-serv28575
Modified Files:
script.ini
Log Message:
fixed ident glitch and added new version
Index: script.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/script.ini,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** script.ini 5 Sep 2002 17:42:18 -0000 1.13
--- script.ini 1 Dec 2002 19:24:46 -0000 1.14
***************
*** 1,6 ****
[script]
n0=on *:start: {
! n1= set %script 9,12 Neo Script 2002 11,14 Unreal Edition v1.2.1 4,0 ©Neo 2002 9| 12The Matrix has you...
n2= set %url 4http://neoscript.sourceforge.net
n3= unset %awayreason
n4= unset %awaytime
--- 1,10 ----
+ #Neo Script 2002 v1.2.1
+ #Copyright Martin J. Green released under the GNU General Public License
+ #
[script]
n0=on *:start: {
! n1= set %script 9,12 Neo Script 2002 11,14 v1.22 4,0 ©Neo 2002 9| 12The Matrix has you...
n2= set %url 4http://neoscript.sourceforge.net
+ n4= set %version 12[12Neo Script 2002]
n3= unset %awayreason
n4= unset %awaytime
***************
*** 9,39 ****
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 | personal | echo 4Personal Script Setup Complete! }
! 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 ADDONS/auspice.mrc | .load -rs ADDONS/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 ADDONS/auspice.mrc | halt
! n31=
! n32=alias personal {
! n33= fullname $$?="Please Enter Your Name:"
! n34= emailaddr $$?="Please Enter Your E-mail:"
! n35= nick $$?="Please enter your nickname:"
! n36= anick $$?="Please Enter Your alternate nickname:"
! n37=}
--- 13,57 ----
n7= .unload -rs auspice.mrc | .unload -rs neostats.mrc
n8= .load -pn npopups.ini | .load -pc cpopups.ini
! n9= .echo $dll(motfv3.dll,motfv,Load) | set %vloaded true
! n10= if (%persconf !== true) { echo 4Thank You for choosing Neo Script. We will now configure the script to your personal preferences
! n11= personalsetup | mp3setup | set %persconf true | personal | echo 4Personal Script Setup Complete! }
! n12=}
! n13=
! n14=on *:connect:{
! n15= /titlebar Neo Script 2002 - Unreal Edition (Connected)
! n16= /echo -s 12You are now connected to $server $+.
! n17= { if (*come-to-chat* isin $network) { .load -rs ADDONS/auspice.mrc | .load -rs ADDONS/neostats.mrc }
! n18= else { version services.* }
! n19= }
! n20= .echo $dll(motfv3.dll,motfv,Sync)
! n21=}
! n22=on *:disconnect:{
! n23= /titlebar Neo Script 2002 - Unreal Edition (Disconnected)
! n24= /echo -s 12You have been disconnected from $server
! n25=}
! n26=
! n27=on *:usermode:{
! n28= if (-o isin $1-) { .load -pn npopups.ini | .load -pc cpopups.ini | /echo 4You are no longer an IRCop. NeoScript Normal mode activated | halt }
! n29=}
! n30=
! n31=raw 381:*:echo -a $1- | .load -pn oper-npopups.ini | .load -pc oper-cpopups.ini | | echo 4 IRCop Mode Activated | halt
! n32=raw 351:*auspice*:.load -rs ADDONS/auspice.mrc
! n33=
! n34=alias personal {
! n35= fullname $$?="Please Enter Your Name:"
! n36= emailaddr $$?="Please Enter Your E-mail:"
! n37= identd on $$?="Please Enter Your User Name:"
! n38= nick $$?="Please enter your nickname:"
! n39= anick $$?="Please Enter Your alternate nickname:"
! n40=}
! n41=
! n42=raw 243:*:{ if ($1 === o) { /echo 12(1LOCAL OPER12)1: 4| $5 4| $3 4| $6 4| $7 4| | halt }
! n43= else { /echo 12(1GLOBAL OPER12)1: 4| $5 4| $3 4| $6 4| $7 4| | halt }
! n44=
! n45=}
! n46=
! n47=on *:input:*:{
! n48= if (/stats o isin $1-) { /echo 0,04|1 12(1Nick12)1 4| 12(1Hostname12)1 4| 12(1Flags12)1 4|1 12(1Class12)1 4| }
! n49=}
! n50=
! n51=ctcp *:MOTFV:*:.ctcpreply $nick version %version $+ . Available at http://www.sourceforge.net/projects/neoscript
|
|
From: <mor...@us...> - 2002-09-05 17:42:22
|
Update of /cvsroot/neoscript/neoscript
In directory usw-pr-cvs1:/tmp/cvs-serv1802
Modified Files:
aliases.ini away.ini cpopups.ini mirc.ini popups.ini
script.ini
Log Message:
added eggdrop basic script. updated startup, away and popups
Index: aliases.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/aliases.ini,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** aliases.ini 30 Aug 2002 00:33:21 -0000 1.2
--- aliases.ini 5 Sep 2002 17:42:18 -0000 1.3
***************
*** 1,489 ****
[aliases]
! n0=/back /away | /echo -a 12 You are no longer marked as being away. | /ame 6is back. 1[14away since %awaytime GMT (4 $+ %awayreason $+ 14)1] | unset %awaytime | unset %awayreason | halt
! n3=/a /away $2- | /echo -a 12You are marked as being away:1 $2- | /ame 6is away:1 $2- | set %awaytime $time | set %awayreason $2- }
! n5=/op /mode # +oooooo $$1-
! n6=/dop /mode # -oooooo $$1-
! n7=/v /mode # +vvvvvv $$1-
! n8=/hop /mode # +hhhhhh $$1-
! n9=/dhop /mode # -hhhhhh $$1-
! n10=/j /join #$$1 #$2 #$3
! n11=/p /part #
! n12=/n /names #$$1
! n13=/w /whois $$1
! n14=/k /kick # $$1-
! n15=/q /query $$1-
! n16=/send /dcc send $1 $2
! n17=/chat /dcc chat $1
! n18=/ping /ctcp $$1 ping
! n21=/e /echo $$1-
! n23=F2 /mp3
! n24=/box {
! n25= var %Uptime = $duration($int($calc($ticks / 1000)))
! n26= if (*sec* iswm $gettok(%Uptime, -1, 32)) { set %Uptime $deltok(%Uptime,-1, 32) }
! n27= if (*min* iswm $gettok(%Uptime, -1, 32)) { set %Uptime $deltok(%Uptime,-1, 32) }
! n28= if (*hr* iswm $gettok(%Uptime, -1, 32)) { set %Uptime $deltok(%Uptime, -1,32) }
! n29= var %Duration = $iif(%Uptime != $null, $remove(%Uptime, ears, ear, ks, k,ays, ay)) $asctime($calc((($abs($asctime($ctime, zz)) / 100) * 60 * 60) +$int($calc($ticks / 1000))), HH:nn:ss)
! n30= say (OS: $dll(moo.dll,osinfo,_) $+ ) $& (Uptime: %Duration $+ ) $& (CPU: $dll(moo.dll,cpuinfo,_) $+ ) $& (MEM: $dll(moo.dll,meminfo,_) $+ )
! n31=}
! n91=hearthug {
! n92= if ($1 == $null) { echo 4 *** %sd 6No Target Entered ! Usage 6/hearthug <nickname> ! | halt }
! n93= %length = 30 - $len($$1) | %length = %length - 2 | %length = %length / 2 | say 4(¯¯`·´¯¯)(¯¯`·´¯¯)(¯¯`·´¯¯)(¯¯`·´¯¯) | say 4 `·._.·´ `·._.·´ `·._.·´ `·._.·´
! n94= say 6>> $+ $str(-,%length) $+ >4 $$1 6< $+ $str(-,%length) $+ << | say 4(¯¯`·´¯¯)(¯¯`·´¯¯)(¯¯`·´¯¯)(¯¯`·´¯¯) | say 4 `·._.·´ `·._.·´ `·._.·´ `·._.·´ | unset %length
! n95=}
! n110=/mop {
! n111= /set %m 1
! n112= :jump1
! n113= /set %mnick $nick(#,%m)
! n114= if (%mnick == $null) { halt | /unset %except }
! n115= if (%mnick == %except) { /inc %m | goto jump1 }
! n116= if (%mnick >= a) { /mode # +o %mnick }
! n117= inc %m
! n118= goto jump1
! n119=}
! n120=
! n120=/mdeop {
! n121= /set %m 1
! n122= :jump1
! n123= /set %mnick $nick(#,%m)
! n124= if (%mnick == $null) { halt | /unset %except }
! n125= if (%mnick == $me) { /inc %m | goto jump1 }
! n126= if (%mnick == %except) { /inc %m | goto jump1 }
! n127= if (%mnick != $me) { /mode # -o %mnick }
! n128= inc %m
! n129= goto jump1
! n130=}
! n130=
! n131=/mhop {
! n132= /set %m 1
! n133= :jump1
! n134= /set %mnick $nick(#,%m)
! n135= if (%mnick == $null) { halt | /unset %except }
! n136= if (%mnick == %except) { /inc %m | goto jump1 }
! n137= if (%mnick >= a) { /mode # +h %mnick }
! n138= inc %m
! n139= goto jump1
! n140=}
! n140=
! n141=/mdehop {
! n142= /set %m 1
! n143= :jump1
! n144= /set %mnick $nick(#,%m)
! n145= if (%mnick == $null) { halt | /unset %except }
! n146= if (%mnick == %except) { /inc %m | goto jump1 }
! n147= if (%mnick == $me) { /inc %m | goto jump1 }
! n148= if (%mnick != $me) { /mode # -h %mnick }
! n149= inc %m
! n150= goto jump1
! n151=}
! n150=
! n152=/mvoice {
! n153= /set %m 1
! n154= :jump1
! n155= /set %mnick $nick(#,%m)
! n156= if (%mnick == $null) { halt | /unset %except }
! n157= if (%mnick == %except) { /inc %m | goto jump1 }
! n158= if (%mnick >= a) { /mode # +v %mnick }
! n159= inc %m
! n160= goto jump1
! n161=}
! n161=
! n162=/mdevoice {
! n163= /set %m 1
! n164= :jump1
! n165= /set %mnick $nick(#,%m)
! n166= if (%mnick == $null) { halt | /unset %except }
! n167= if (%mnick == %except) { /inc %m | goto jump1 }
! n168= if (%mnick == $me) { /inc %m | goto jump1 }
! n169= if (%mnick != $me) { /mode # -v %mnick }
! n170= inc %m
! n171= goto jump1
! n172=}
! n173
! n173=/mkick {
! n174= /set %m 1
! n175= :jump1
! n176= /set %mnick $nick(#,%m)
! n177= if (%mnick == $null) { halt | /unset %except }
! n178= if (%mnick == $me) { /inc %m | goto jump1 }
! n179= if (%mnick == %except) { /inc %m | goto jump1 }
! n180= if (%mnick != $me) { /kick # %mnick }
! n181= inc %m
! n182= goto jump1
! n183=}
! n183=
! n184=/mrkick {
! n185= %kickreas = $$?="Kick Reason"
! n186= /set %m 1
! n187= :jump1
! n188= /set %mnick $nick(#,%m)
! n189= if (%mnick == $null) { halt | /unset %except }
! n190= if (%mnick == $me) { /inc %m | goto jump1 }
! n191= if (%mnick == %except) { /inc %m | goto jump1 }
! n192= if (%mnick != $me) { /kick # %mnick %kickreas }
! n193= inc %m
! n194= goto jump1
! n195=}
! n196=
! n197=/mkb {
! n198= set %m 1
! n199= :jump1
! n200= set %mnick $nick(#,%m)
! n201= if (%mnick == $null) { halt | /unset %except }
! n202= if (%mnick == $me) { /inc %m | goto jump1 }
! n203= if (%mnick == %except) { /inc %m | goto jump1 }
! n204= if (%mnick != $me) { /mode $chan +b $nick | /kick # %mnick }
! n205= inc %m
! n206= goto jump1
! n207=}
! n208=
! n209=/mrkb {
! n210= %kickreas = $$?="Kick Reason"
! n211= /set %m 1
! n212= :jump1
! n213= /set %mnick $nick(#,%m)
! n214= if (%mnick == $null) { halt | /unset %except }
! n215= if (%mnick == $me) { /inc %m | goto jump1 }
! n216= if (%mnick == %except) { /inc %m | goto jump1 }
! n217= if (%mnick != $me) { /mode $chan +b $nick | /kick # %mnick %kickreas }
! n218= inc %m
! n219= goto jump1
! n195=}
! m196=
! n196=/mprotect {
! n197= /set %m 1
! n198= :jump1
! n199= /set %mnick $nick(#,%m)
! n200= if (%mnick == $null) { halt | /unset %except }
! n201= if (%mnick == %except) { /inc %m | goto jump1 }
! n202= if (%mnick >= a) { /mode # +a %mnick }
! n203= inc %m
! n204= goto jump1
! n205=}
! n205=
! n206=/mdeprotect {
! n207= /set %m 1
! n208= :jump1
! n209= /set %mnick $nick(#,%m)
! n210= if (%mnick == $null) { halt | /unset %except }
! n211= if (%mnick == %except) { /inc %m | goto jump1 }
! n212= if (%mnick == $me) { /inc %m | goto jump1 }
! n213= if (%mnick != $me) { /mode # -a %mnick }
! n214= inc %m
! n215= goto jump1
! n216=}
! n216=
! n217=/mowner {
! n218= /set %m 1
! n219= :jump1
! n220= /set %mnick $nick(#,%m)
! n221= if (%mnick == $null) { halt | /unset %except }
! n222= if (%mnick == %except) { /inc %m | goto jump1 }
! n223= if (%mnick >= a) { /mode # +q %mnick }
! n224= inc %m
! n225= goto jump1
! n226=}
! n227=/mdeowner {
! n228= /set %m 1
! n229= :jump1
! n230= /set %mnick $nick(#,%m)
! n231= if (%mnick == $null) { halt | /unset %except }
! n232= if (%mnick == %except) { /inc %m | goto jump1 }
! n233= if (%mnick == $me) { /inc %m | goto jump1 }
! n234= if (%mnick != $me) { /mode # -q %mnick }
! n235= inc %m
! n236= goto jump1
! n237=}
! n238=/mban {
! n239= /set %m 1
! n240= :jump1
! n241= /set %mnick $nick(#,%m)
! n242= if (%mnick == $null) { halt | /unset %except }
! n243= if (%mnick == %except) { /inc %m | goto jump1 }
! n244= if (%mnick == $me) { /inc %m | goto jump1 }
! n245= if (%mnick != $me) { /mode # +b %mnick }
! n246= inc %m
! n247= goto jump1
n248=}
! n249=/munban {
! n250= /set %m 1
! n251= :jump1
! n252= /set %mnick $nick(#,%m)
! n253= if (%mnick == $null) { halt | /unset %except }
! n254= if (%mnick == %except) { /inc %m | goto jump1 }
! n255= if (%mnick == $me) { /inc %m | goto jump1 }
! n256= if (%mnick != $me) { /mode # -b %mnick }
! n257= inc %m
! n258= goto jump1
! n259=}
! n260=/mexempt {
! n261= /set %m 1
! n262= :jump1
! n263= /set %mnick $nick(#,%m)
! n264= if (%mnick == $null) { halt | /unset %except }
! n265= if (%mnick == %except) { /inc %m | goto jump1 }
! n266= if (%mnick >= a) { /mode # +e %mnick }
! n267= inc %m
! n268= goto jump1
! n269=}
! n270=/munexempt {
! n271= /set %m 1
! n272= :jump1
! n273= /set %mnick $nick(#,%m)
! n274= if (%mnick == $null) { halt | /unset %except }
! n275= if (%mnick == %except) { /inc %m | goto jump1 }
! n276= if (%mnick == $me) { /inc %m | goto jump1 }
! n277= if (%mnick != $me) { /mode # -e %mnick }
! n278= inc %m
! n279= goto jump1
! n280=}
! n281=}
! n282=/mmsgall {
! n283=%massmsg = $$?="Mass Msg"
! n284=/set %m 1
! n285=:jump1
! n286=/set %mnick $nick(#,%m)
! n287=if (%mnick == $null) { halt | /unset %except }
! n288=if (%mnick == $me) { /inc %m | goto jump1 }
! n289=if (%mnick == %except) { /inc %m | goto jump1 }
! n290=if (%mnick != $me) { /msg %mnick %massmsg }
! n291=inc %m
! n292=goto jump1
! n293=}
! n294=/mnoticeall {
! n295=%massnot = $$?="Mass Notice"
! n296=/set %m 1
! n297=:jump1
! n298=/set %mnick $nick(#,%m)
! n299=if (%mnick == $null) { halt | /unset %except }
! n300=if (%mnick == $me) { /inc %m | goto jump1 }
! n301=if (%mnick == %except) { /inc %m | goto jump1 }
! n302=if (%mnick != $me) { /notice %mnick %massnot }
! n303=inc %m
! n304=goto jump1
! n305=}
! n306=
! n328=/mmsg {
! n329=%massmsg = $$?="Mass Msg"
! n330=/set %m 1
! n331=:jump1
! n332=/set %mnick $nick(#,%m)
! n333=if (%mnick == $null) { halt | /unset %except }
! n334=if (%mnick == $me) { /inc %m | goto jump1 }
! n335=if (%mnick == %except) { /inc %m | goto jump1 }
! n336=if (%mnick isop #) { /inc %m | goto jump1 }
! n337=if (%mnick != $me) { /msg %mnick %massmsg }
! n338=inc %m
! n339=goto jump1
! n340=}
! n341=
! n342=/mnotice {
! n343=%massnot = $$?="Mass Notice"
! n344=/set %m 1
! n345=:jump1
! n346=/set %mnick $nick(#,%m)
! n347=if (%mnick == $null) { halt | /unset %except }
! n348=if (%mnick == $me) { /inc %m | goto jump1 }
! n349=if (%mnick == %except) { /inc %m | goto jump1 }
! n350=if (%mnick isop #) { /inc %m | goto jump1 }
! n351=if (%mnick != $me) { /notice %mnick %massnot }
! n352=inc %m
! n353=goto jump1
! n354=}
! n355=
! n306=/msop {
! n307=/set %m 1
! n308=:jump1
! n309=/set %mnick $nick(#,%m)
! n310=if (%mnick == $null) { halt | /unset %except }
! n311=if (%mnick == %except) { /inc %m | goto jump1 }
! n312=if (%mnick >= a) { /samode # +o %mnick }
! n313=inc %m
! n314=goto jump1
! n315=}
! n316=/msdeop {
! n317=/set %m 1
! n318=:jump1
! n319=/set %mnick $nick(#,%m)
! n320=if (%mnick == $null) { halt | /unset %except }
! n321=if (%mnick == $me) { /inc %m | goto jump1 }
! n322=if (%mnick == %except) { /inc %m | goto jump1 }
! n323=if (%mnick != $me) { /samode # -o %mnick }
! n324=inc %m
! n325=goto jump1
! n326=}
! n327=/mshop {
! n328=/set %m 1
! n329=:jump1
! n330=/set %mnick $nick(#,%m)
! n331=if (%mnick == $null) { halt | /unset %except }
! n332=if (%mnick == %except) { /inc %m | goto jump1 }
! n333=if (%mnick >= a) { /samode # +h %mnick }
! n334=inc %m
! n335=goto jump1
! n336=}
! n337=/msdehop {
! n338=/set %m 1
! n339=:jump1
! n340=/set %mnick $nick(#,%m)
! n341=if (%mnick == $null) { halt | /unset %except }
! n342=if (%mnick == %except) { /inc %m | goto jump1 }
! n343=if (%mnick == $me) { /inc %m | goto jump1 }
! n344=if (%mnick != $me) { /samode # -h %mnick }
! n345=inc %m
! n346=goto jump1
! n347=}
! n348=/msvoice {
! n349=/set %m 1
! n350=:jump1
! n351=/set %mnick $nick(#,%m)
! n352=if (%mnick == $null) { halt | /unset %except }
! n353=if (%mnick == %except) { /inc %m | goto jump1 }
! n354=if (%mnick >= a) { /samode # +v %mnick }
! n355=inc %m
! n356=goto jump1
! n357=}
! n358=/msdevoice {
! n359=/set %m 1
! n360=:jump1
! n361=/set %mnick $nick(#,%m)
! n362=if (%mnick == $null) { halt | /unset %except }
! n363=if (%mnick == %except) { /inc %m | goto jump1 }
! n364=if (%mnick == $me) { /inc %m | goto jump1 }
! n365=if (%mnick != $me) { /samode # -v %mnick }
! n366=inc %m
! n367=goto jump1
! n368=}
! n369=/msprotect {
! n370=/set %m 1
! n371=:jump1
! n372=/set %mnick $nick(#,%m)
! n373=if (%mnick == $null) { halt | /unset %except }
! n374=if (%mnick == %except) { /inc %m | goto jump1 }
! n375=if (%mnick >= a) { /samode # +a %mnick }
! n376=inc %m
! n377=goto jump1
! n378=}
! n379=/msdeprotect {
! n380=/set %m 1
! n381=:jump1
! n382=/set %mnick $nick(#,%m)
! n383=if (%mnick == $null) { halt | /unset %except }
! n384=if (%mnick == %except) { /inc %m | goto jump1 }
! n385=if (%mnick == $me) { /inc %m | goto jump1 }
! n386=if (%mnick != $me) { /samode # -a %mnick }
! n387=inc %m
! n388=goto jump1
! n389=}
! n390=/msowner {
! n391=/set %m 1
! n392=:jump1
! n393=/set %mnick $nick(#,%m)
! n394=if (%mnick == $null) { halt | /unset %except }
! n395=if (%mnick == %except) { /inc %m | goto jump1 }
! n396=if (%mnick >= a) { /samode # +q %mnick }
! n397=inc %m
! n398=goto jump1
! n399=}
! n400=/msdeowner {
! n401=/set %m 1
! n402=:jump1
! n403=/set %mnick $nick(#,%m)
! n404=if (%mnick == $null) { halt | /unset %except }
! n405=if (%mnick == %except) { /inc %m | goto jump1 }
! n406=if (%mnick == $me) { /inc %m | goto jump1 }
! n407=if (%mnick != $me) { /samode # -q %mnick }
! n408=inc %m
! n409=goto jump1
! n410=}
! n411=/msban {
! n412=/set %m 1
! n413=:jump1
! n414=/set %mnick $nick(#,%m)
! n415=if (%mnick == $null) { halt | /unset %except }
! n416=if (%mnick == %except) { /inc %m | goto jump1 }
! n417=if (%mnick == $me) { /inc %m | goto jump1 }
! n418=if (%mnick != $me) { /samode # +b %mnick }
! n419=inc %m
! n420=goto jump1
! n421=}
! n422=/msunban {
! n423=/set %m 1
! n424=:jump1
! n425=/set %mnick $nick(#,%m)
! n426=if (%mnick == $null) { halt | /unset %except }
! n427=if (%mnick == %except) { /inc %m | goto jump1 }
! n428=if (%mnick == $me) { /inc %m | goto jump1 }
! n429=if (%mnick != $me) { /samode # -b %mnick }
! n430=inc %m
! n431=goto jump1
! n432=}
! n433=/msexempt {
! n434=/set %m 1
! n435=:jump1
! n436=/set %mnick $nick(#,%m)
! n437=if (%mnick == $null) { halt | /unset %except }
! n438=if (%mnick == %except) { /inc %m | goto jump1 }
! n439=if (%mnick >= a) { /samode # +e %mnick }
! n440=inc %m
! n441=goto jump1
! n442=}
! n443=/msunexempt {
! n444=/set %m 1
! n445=:jump1
! n446=/set %mnick $nick(#,%m)
! n447=if (%mnick == $null) { halt | /unset %except }
! n448=if (%mnick == %except) { /inc %m | goto jump1 }
! n449=if (%mnick == $me) { /inc %m | goto jump1 }
! n450=if (%mnick != $me) { /samode # -e %mnick }
! n451=inc %m
! n452=goto jump1
! n453=}
! n454=/mkill {
! n455=%killreas = $$?="Kill Reason"
! n456=/set %m 1
! n457=:jump1
! n458=/set %mnick $nick(#,%m)
! n459=if (%mnick == $null) { halt | /unset %except }
! n460=if (%mnick == $me) { /inc %m | goto jump1 }
! n461=if (%mnick == %except) { /inc %m | goto jump1 }
! n462=if (%mnick != $me) { /kill %mnick %killreas }
! n463=inc %m
! n464=goto jump1
! n465=}
! n466=/msajoin {
! n467=%fchan = $$?="Channel name"
! n468=/set %m 1
! n469=:jump1
! n470=/set %mnick $nick(#,%m)
! n471=if (%mnick == $null) { halt | /unset %except }
! n472=if (%mnick == $me) { /inc %m | goto jump1 }
! n473=if (%mnick == %except) { /inc %m | goto jump1 }
! n474=if (%mnick != $me) { /sajoin %mnick %fchan }
! n475=inc %m
! n476=goto jump1
! n477=}
! n478=/msapart {
! n479=/set %m 1
! n480=:jump1
! n481=/set %mnick $nick(#,%m)
! n482=if (%mnick == $null) { halt | /unset %except }
! n483=if (%mnick == $me) { /inc %m | goto jump1 }
! n484=if (%mnick == %except) { /inc %m | goto jump1 }
! n485=if (%mnick != $me) { /sapart %mnick # }
! n486=inc %m
! n487=goto jump1
! n488=}
! n489=/mmove {
! n490=%fchan = $$?="Channel name"
! n491=/set %m 1
! n492=:jump1
! n493=/set %mnick $nick(#,%m)
! n494=if (%mnick == $null) { halt | /unset %except }
! n495=if (%mnick == $me) { /inc %m | goto jump1 }
! n496=if (%mnick == %except) { /inc %m | goto jump1 }
! n497=if (%mnick != $me) { /sajoin %mnick %fchan | /sapart %mnick # }
! n498=inc %m
! n499=goto jump1
! n500=}
! n501=a /away oops
! n502=back /away
--- 1,488 ----
[aliases]
! n0=/back .away | /echo -a 12 You are no longer marked as being away. | /ame 6is back. 1[14away since %awaytime GMT (4 $+ %awayreason $+ 14)1] | unset %awaytime | unset %awayreason | halt
! n1=/a /away $2- | /echo -a 12You are marked as being away:1 $2- | /ame 6is away:1 $2- | set %awaytime $time | set %awayreason $2- }
! n2=/op /mode # +oooooo $$1-
! n3=/dop /mode # -oooooo $$1-
! n4=/v /mode # +vvvvvv $$1-
! n5=/hop /mode # +hhhhhh $$1-
! n6=/dhop /mode # -hhhhhh $$1-
! n7=/j /join #$$1 #$2 #$3
! n8=/p /part #
! n9=/n /names #$$1
! n10=/w /whois $$1
! n11=/k /kick # $$1-
! n12=/q /query $$1-
! n13=/send /dcc send $1 $2
! n14=/chat /dcc chat $1
! n15=/ping /ctcp $$1 ping
! n16=/e /echo $$1-
! n17=F2 /mp3
! n18=/box {
! n19= var %Uptime = $duration($int($calc($ticks / 1000)))
! n20= if (*sec* iswm $gettok(%Uptime, -1, 32)) { set %Uptime $deltok(%Uptime,-1, 32) }
! n21= if (*min* iswm $gettok(%Uptime, -1, 32)) { set %Uptime $deltok(%Uptime,-1, 32) }
! n22= if (*hr* iswm $gettok(%Uptime, -1, 32)) { set %Uptime $deltok(%Uptime, -1,32) }
! n23= var %Duration = $iif(%Uptime != $null, $remove(%Uptime, ears, ear, ks, k,ays, ay)) $asctime($calc((($abs($asctime($ctime, zz)) / 100) * 60 * 60) +$int($calc($ticks / 1000))), HH:nn:ss)
! n24= say (OS: $dll(moo.dll,osinfo,_) $+ ) $& (Uptime: %Duration $+ ) $& (CPU: $dll(moo.dll,cpuinfo,_) $+ ) $& (MEM: $dll(moo.dll,meminfo,_) $+ )
! n25=}
! n26=hearthug {
! n27= if ($1 == $null) { echo 4 *** %sd 6No Target Entered ! Usage 6/hearthug <nickname> ! | halt }
! n28= %length = 30 - $len($$1) | %length = %length - 2 | %length = %length / 2 | say 4(¯¯`·´¯¯)(¯¯`·´¯¯)(¯¯`·´¯¯)(¯¯`·´¯¯) | say 4 `·._.·´ `·._.·´ `·._.·´ `·._.·´
! n29= say 6>> $+ $str(-,%length) $+ >4 $$1 6< $+ $str(-,%length) $+ << | say 4(¯¯`·´¯¯)(¯¯`·´¯¯)(¯¯`·´¯¯)(¯¯`·´¯¯) | say 4 `·._.·´ `·._.·´ `·._.·´ `·._.·´ | unset %length
! n30=}
! n31=/mop {
! n32= /set %m 1
! n33= :jump1
! n34= /set %mnick $nick(#,%m)
! n35= if (%mnick == $null) { halt | /unset %except }
! n36= if (%mnick == %except) { /inc %m | goto jump1 }
! n37= if (%mnick >= a) { /mode # +o %mnick }
! n38= inc %m
! n39= goto jump1
! n40=}
! n41=
! n42=/mdeop {
! n43= /set %m 1
! n44= :jump1
! n45= /set %mnick $nick(#,%m)
! n46= if (%mnick == $null) { halt | /unset %except }
! n47= if (%mnick == $me) { /inc %m | goto jump1 }
! n48= if (%mnick == %except) { /inc %m | goto jump1 }
! n49= if (%mnick != $me) { /mode # -o %mnick }
! n50= inc %m
! n51= goto jump1
! n52=}
! n53=
! n54=/mhop {
! n55= /set %m 1
! n56= :jump1
! n57= /set %mnick $nick(#,%m)
! n58= if (%mnick == $null) { halt | /unset %except }
! n59= if (%mnick == %except) { /inc %m | goto jump1 }
! n60= if (%mnick >= a) { /mode # +h %mnick }
! n61= inc %m
! n62= goto jump1
! n63=}
! n64=
! n65=/mdehop {
! n66= /set %m 1
! n67= :jump1
! n68= /set %mnick $nick(#,%m)
! n69= if (%mnick == $null) { halt | /unset %except }
! n70= if (%mnick == %except) { /inc %m | goto jump1 }
! n71= if (%mnick == $me) { /inc %m | goto jump1 }
! n72= if (%mnick != $me) { /mode # -h %mnick }
! n73= inc %m
! n74= goto jump1
! n75=}
! n76=
! n77=/mvoice {
! n78= /set %m 1
! n79= :jump1
! n80= /set %mnick $nick(#,%m)
! n81= if (%mnick == $null) { halt | /unset %except }
! n82= if (%mnick == %except) { /inc %m | goto jump1 }
! n83= if (%mnick >= a) { /mode # +v %mnick }
! n84= inc %m
! n85= goto jump1
! n86=}
! n87=
! n88=/mdevoice {
! n89= /set %m 1
! n90= :jump1
! n91= /set %mnick $nick(#,%m)
! n92= if (%mnick == $null) { halt | /unset %except }
! n93= if (%mnick == %except) { /inc %m | goto jump1 }
! n94= if (%mnick == $me) { /inc %m | goto jump1 }
! n95= if (%mnick != $me) { /mode # -v %mnick }
! n96= inc %m
! n97= goto jump1
! n98=}
! n99=/mkick {
! n100= /set %m 1
! n101= :jump1
! n102= /set %mnick $nick(#,%m)
! n103= if (%mnick == $null) { halt | /unset %except }
! n104= if (%mnick == $me) { /inc %m | goto jump1 }
! n105= if (%mnick == %except) { /inc %m | goto jump1 }
! n106= if (%mnick != $me) { /kick # %mnick }
! n107= inc %m
! n108= goto jump1
! n109=}
! n110=
! n111=/mrkick {
! n112= %kickreas = $$?="Kick Reason"
! n113= /set %m 1
! n114= :jump1
! n115= /set %mnick $nick(#,%m)
! n116= if (%mnick == $null) { halt | /unset %except }
! n117= if (%mnick == $me) { /inc %m | goto jump1 }
! n118= if (%mnick == %except) { /inc %m | goto jump1 }
! n119= if (%mnick != $me) { /kick # %mnick %kickreas }
! n120= inc %m
! n121= goto jump1
! n122=}
! n123=
! n124=/mkb {
! n125= set %m 1
! n126= :jump1
! n127= set %mnick $nick(#,%m)
! n128= if (%mnick == $null) { halt | /unset %except }
! n129= if (%mnick == $me) { /inc %m | goto jump1 }
! n130= if (%mnick == %except) { /inc %m | goto jump1 }
! n131= if (%mnick != $me) { /mode $chan +b $nick | /kick # %mnick }
! n132= inc %m
! n133= goto jump1
! n134=}
! n135=
! n136=/mrkb {
! n137= %kickreas = $$?="Kick Reason"
! n138= /set %m 1
! n139= :jump1
! n140= /set %mnick $nick(#,%m)
! n141= if (%mnick == $null) { halt | /unset %except }
! n142= if (%mnick == $me) { /inc %m | goto jump1 }
! n143= if (%mnick == %except) { /inc %m | goto jump1 }
! n144= if (%mnick != $me) { /mode $chan +b $nick | /kick # %mnick %kickreas }
! n145= inc %m
! n146= goto jump1
! n147=}
! n148=
! n149=/mprotect {
! n150= /set %m 1
! n151= :jump1
! n152= /set %mnick $nick(#,%m)
! n153= if (%mnick == $null) { halt | /unset %except }
! n154= if (%mnick == %except) { /inc %m | goto jump1 }
! n155= if (%mnick >= a) { /mode # +a %mnick }
! n156= inc %m
! n157= goto jump1
! n158=}
! n159=
! n160=/mdeprotect {
! n161= /set %m 1
! n162= :jump1
! n163= /set %mnick $nick(#,%m)
! n164= if (%mnick == $null) { halt | /unset %except }
! n165= if (%mnick == %except) { /inc %m | goto jump1 }
! n166= if (%mnick == $me) { /inc %m | goto jump1 }
! n167= if (%mnick != $me) { /mode # -a %mnick }
! n168= inc %m
! n169= goto jump1
! n170=}
! n171=
! n172=/mowner {
! n173= /set %m 1
! n174= :jump1
! n175= /set %mnick $nick(#,%m)
! n176= if (%mnick == $null) { halt | /unset %except }
! n177= if (%mnick == %except) { /inc %m | goto jump1 }
! n178= if (%mnick >= a) { /mode # +q %mnick }
! n179= inc %m
! n180= goto jump1
! n181=}
! n182=/mdeowner {
! n183= /set %m 1
! n184= :jump1
! n185= /set %mnick $nick(#,%m)
! n186= if (%mnick == $null) { halt | /unset %except }
! n187= if (%mnick == %except) { /inc %m | goto jump1 }
! n188= if (%mnick == $me) { /inc %m | goto jump1 }
! n189= if (%mnick != $me) { /mode # -q %mnick }
! n190= inc %m
! n191= goto jump1
! n192=}
! n193=/mban {
! n194= /set %m 1
! n195= :jump1
! n196= /set %mnick $nick(#,%m)
! n197= if (%mnick == $null) { halt | /unset %except }
! n198= if (%mnick == %except) { /inc %m | goto jump1 }
! n199= if (%mnick == $me) { /inc %m | goto jump1 }
! n200= if (%mnick != $me) { /mode # +b %mnick }
! n201= inc %m
! n202= goto jump1
! n203=}
! n204=/munban {
! n205= /set %m 1
! n206= :jump1
! n207= /set %mnick $nick(#,%m)
! n208= if (%mnick == $null) { halt | /unset %except }
! n209= if (%mnick == %except) { /inc %m | goto jump1 }
! n210= if (%mnick == $me) { /inc %m | goto jump1 }
! n211= if (%mnick != $me) { /mode # -b %mnick }
! n212= inc %m
! n213= goto jump1
! n214=}
! n215=/mexempt {
! n216= /set %m 1
! n217= :jump1
! n218= /set %mnick $nick(#,%m)
! n219= if (%mnick == $null) { halt | /unset %except }
! n220= if (%mnick == %except) { /inc %m | goto jump1 }
! n221= if (%mnick >= a) { /mode # +e %mnick }
! n222= inc %m
! n223= goto jump1
! n224=}
! n225=/munexempt {
! n226= /set %m 1
! n227= :jump1
! n228= /set %mnick $nick(#,%m)
! n229= if (%mnick == $null) { halt | /unset %except }
! n230= if (%mnick == %except) { /inc %m | goto jump1 }
! n231= if (%mnick == $me) { /inc %m | goto jump1 }
! n232= if (%mnick != $me) { /mode # -e %mnick }
! n233= inc %m
! n234= goto jump1
! n235=}
! n236=}
! n237=/mmsgall {
! n238=%massmsg = $$?="Mass Msg"
! n239=/set %m 1
! n240=:jump1
! n241=/set %mnick $nick(#,%m)
! n242=if (%mnick == $null) { halt | /unset %except }
! n243=if (%mnick == $me) { /inc %m | goto jump1 }
! n244=if (%mnick == %except) { /inc %m | goto jump1 }
! n245=if (%mnick != $me) { /msg %mnick %massmsg }
! n246=inc %m
! n247=goto jump1
n248=}
! n249=/mnoticeall {
! n250=%massnot = $$?="Mass Notice"
! n251=/set %m 1
! n252=:jump1
! n253=/set %mnick $nick(#,%m)
! n254=if (%mnick == $null) { halt | /unset %except }
! n255=if (%mnick == $me) { /inc %m | goto jump1 }
! n256=if (%mnick == %except) { /inc %m | goto jump1 }
! n257=if (%mnick != $me) { /notice %mnick %massnot }
! n258=inc %m
! n259=goto jump1
! n260=}
! n261=
! n262=/mmsg {
! n263=%massmsg = $$?="Mass Msg"
! n264=/set %m 1
! n265=:jump1
! n266=/set %mnick $nick(#,%m)
! n267=if (%mnick == $null) { halt | /unset %except }
! n268=if (%mnick == $me) { /inc %m | goto jump1 }
! n269=if (%mnick == %except) { /inc %m | goto jump1 }
! n270=if (%mnick isop #) { /inc %m | goto jump1 }
! n271=if (%mnick != $me) { /msg %mnick %massmsg }
! n272=inc %m
! n273=goto jump1
! n274=}
! n275=
! n276=/mnotice {
! n277=%massnot = $$?="Mass Notice"
! n278=/set %m 1
! n279=:jump1
! n280=/set %mnick $nick(#,%m)
! n281=if (%mnick == $null) { halt | /unset %except }
! n282=if (%mnick == $me) { /inc %m | goto jump1 }
! n283=if (%mnick == %except) { /inc %m | goto jump1 }
! n284=if (%mnick isop #) { /inc %m | goto jump1 }
! n285=if (%mnick != $me) { /notice %mnick %massnot }
! n286=inc %m
! n287=goto jump1
! n288=}
! n289=
! n290=/msop {
! n291=/set %m 1
! n292=:jump1
! n293=/set %mnick $nick(#,%m)
! n294=if (%mnick == $null) { halt | /unset %except }
! n295=if (%mnick == %except) { /inc %m | goto jump1 }
! n296=if (%mnick >= a) { /samode # +o %mnick }
! n297=inc %m
! n298=goto jump1
! n299=}
! n300=/msdeop {
! n301=/set %m 1
! n302=:jump1
! n303=/set %mnick $nick(#,%m)
! n304=if (%mnick == $null) { halt | /unset %except }
! n305=if (%mnick == $me) { /inc %m | goto jump1 }
! n306=if (%mnick == %except) { /inc %m | goto jump1 }
! n307=if (%mnick != $me) { /samode # -o %mnick }
! n308=inc %m
! n309=goto jump1
! n310=}
! n311=/mshop {
! n312=/set %m 1
! n313=:jump1
! n314=/set %mnick $nick(#,%m)
! n315=if (%mnick == $null) { halt | /unset %except }
! n316=if (%mnick == %except) { /inc %m | goto jump1 }
! n317=if (%mnick >= a) { /samode # +h %mnick }
! n318=inc %m
! n319=goto jump1
! n320=}
! n321=/msdehop {
! n322=/set %m 1
! n323=:jump1
! n324=/set %mnick $nick(#,%m)
! n325=if (%mnick == $null) { halt | /unset %except }
! n326=if (%mnick == %except) { /inc %m | goto jump1 }
! n327=if (%mnick == $me) { /inc %m | goto jump1 }
! n328=if (%mnick != $me) { /samode # -h %mnick }
! n329=inc %m
! n330=goto jump1
! n331=}
! n332=/msvoice {
! n333=/set %m 1
! n334=:jump1
! n335=/set %mnick $nick(#,%m)
! n336=if (%mnick == $null) { halt | /unset %except }
! n337=if (%mnick == %except) { /inc %m | goto jump1 }
! n338=if (%mnick >= a) { /samode # +v %mnick }
! n339=inc %m
! n340=goto jump1
! n341=}
! n342=/msdevoice {
! n343=/set %m 1
! n344=:jump1
! n345=/set %mnick $nick(#,%m)
! n346=if (%mnick == $null) { halt | /unset %except }
! n347=if (%mnick == %except) { /inc %m | goto jump1 }
! n348=if (%mnick == $me) { /inc %m | goto jump1 }
! n349=if (%mnick != $me) { /samode # -v %mnick }
! n350=inc %m
! n351=goto jump1
! n352=}
! n353=/msprotect {
! n354=/set %m 1
! n355=:jump1
! n356=/set %mnick $nick(#,%m)
! n357=if (%mnick == $null) { halt | /unset %except }
! n358=if (%mnick == %except) { /inc %m | goto jump1 }
! n359=if (%mnick >= a) { /samode # +a %mnick }
! n360=inc %m
! n361=goto jump1
! n362=}
! n363=/msdeprotect {
! n364=/set %m 1
! n365=:jump1
! n366=/set %mnick $nick(#,%m)
! n367=if (%mnick == $null) { halt | /unset %except }
! n368=if (%mnick == %except) { /inc %m | goto jump1 }
! n369=if (%mnick == $me) { /inc %m | goto jump1 }
! n370=if (%mnick != $me) { /samode # -a %mnick }
! n371=inc %m
! n372=goto jump1
! n373=}
! n374=/msowner {
! n375=/set %m 1
! n376=:jump1
! n377=/set %mnick $nick(#,%m)
! n378=if (%mnick == $null) { halt | /unset %except }
! n379=if (%mnick == %except) { /inc %m | goto jump1 }
! n380=if (%mnick >= a) { /samode # +q %mnick }
! n381=inc %m
! n382=goto jump1
! n383=}
! n384=/msdeowner {
! n385=/set %m 1
! n386=:jump1
! n387=/set %mnick $nick(#,%m)
! n388=if (%mnick == $null) { halt | /unset %except }
! n389=if (%mnick == %except) { /inc %m | goto jump1 }
! n390=if (%mnick == $me) { /inc %m | goto jump1 }
! n391=if (%mnick != $me) { /samode # -q %mnick }
! n392=inc %m
! n393=goto jump1
! n394=}
! n395=/msban {
! n396=/set %m 1
! n397=:jump1
! n398=/set %mnick $nick(#,%m)
! n399=if (%mnick == $null) { halt | /unset %except }
! n400=if (%mnick == %except) { /inc %m | goto jump1 }
! n401=if (%mnick == $me) { /inc %m | goto jump1 }
! n402=if (%mnick != $me) { /samode # +b %mnick }
! n403=inc %m
! n404=goto jump1
! n405=}
! n406=/msunban {
! n407=/set %m 1
! n408=:jump1
! n409=/set %mnick $nick(#,%m)
! n410=if (%mnick == $null) { halt | /unset %except }
! n411=if (%mnick == %except) { /inc %m | goto jump1 }
! n412=if (%mnick == $me) { /inc %m | goto jump1 }
! n413=if (%mnick != $me) { /samode # -b %mnick }
! n414=inc %m
! n415=goto jump1
! n416=}
! n417=/msexempt {
! n418=/set %m 1
! n419=:jump1
! n420=/set %mnick $nick(#,%m)
! n421=if (%mnick == $null) { halt | /unset %except }
! n422=if (%mnick == %except) { /inc %m | goto jump1 }
! n423=if (%mnick >= a) { /samode # +e %mnick }
! n424=inc %m
! n425=goto jump1
! n426=}
! n427=/msunexempt {
! n428=/set %m 1
! n429=:jump1
! n430=/set %mnick $nick(#,%m)
! n431=if (%mnick == $null) { halt | /unset %except }
! n432=if (%mnick == %except) { /inc %m | goto jump1 }
! n433=if (%mnick == $me) { /inc %m | goto jump1 }
! n434=if (%mnick != $me) { /samode # -e %mnick }
! n435=inc %m
! n436=goto jump1
! n437=}
! n438=/mkill {
! n439=%killreas = $$?="Kill Reason"
! n440=/set %m 1
! n441=:jump1
! n442=/set %mnick $nick(#,%m)
! n443=if (%mnick == $null) { halt | /unset %except }
! n444=if (%mnick == $me) { /inc %m | goto jump1 }
! n445=if (%mnick == %except) { /inc %m | goto jump1 }
! n446=if (%mnick != $me) { /kill %mnick %killreas }
! n447=inc %m
! n448=goto jump1
! n449=}
! n450=/msajoin {
! n451=%fchan = $$?="Channel name"
! n452=/set %m 1
! n453=:jump1
! n454=/set %mnick $nick(#,%m)
! n455=if (%mnick == $null) { halt | /unset %except }
! n456=if (%mnick == $me) { /inc %m | goto jump1 }
! n457=if (%mnick == %except) { /inc %m | goto jump1 }
! n458=if (%mnick != $me) { /sajoin %mnick %fchan }
! n459=inc %m
! n460=goto jump1
! n461=}
! n462=/msapart {
! n463=/set %m 1
! n464=:jump1
! n465=/set %mnick $nick(#,%m)
! n466=if (%mnick == $null) { halt | /unset %except }
! n467=if (%mnick == $me) { /inc %m | goto jump1 }
! n468=if (%mnick == %except) { /inc %m | goto jump1 }
! n469=if (%mnick != $me) { /sapart %mnick # }
! n470=inc %m
! n471=goto jump1
! n472=}
! n473=/mmove {
! n474=%fchan = $$?="Channel name"
! n475=/set %m 1
! n476=:jump1
! n477=/set %mnick $nick(#,%m)
! n478=if (%mnick == $null) { halt | /unset %except }
! n479=if (%mnick == $me) { /inc %m | goto jump1 }
! n480=if (%mnick == %except) { /inc %m | goto jump1 }
! n481=if (%mnick != $me) { /sajoin %mnick %fchan | /sapart %mnick # }
! n482=inc %m
! n483=goto jump1
! n484=}
! n485=a /away oops
! n486=back /away
Index: away.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/away.ini,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** away.ini 29 Aug 2002 18:13:59 -0000 1.1.1.1
--- away.ini 5 Sep 2002 17:42:18 -0000 1.2
***************
*** 1,5 ****
[script]
n0=on *:input:*:{
! n1= if ($1 == /away) { away $2- | /echo -a 12You are marked as being away: 14(4 $+ $2- $+ 14) at $time | /ame 6is away. 1[14(4 $+ $2- $+ 14) at $time GMT1] | set %awaytime $time | set %awayreason $2- | /halt }
n2=}
n3=
--- 1,5 ----
[script]
n0=on *:input:*:{
! n1= if ($1 == /away) { .away $2- | /echo -a 12You are marked as being away: 14(4 $+ $2- $+ 14) at $time | /ame 6is away. 1[14(4 $+ $2- $+ 14) at $time GMT1] | set %awaytime $time | set %awayreason $2- | /halt }
n2=}
n3=
***************
*** 10,26 ****
n8=
n9=on *:text:*:?:{
! n10= if ($away == $true) { /notice $nick 14I am away (4 $+ %awayreason $+ 14) since %awaytime $+ GMT. All messages are logged. | halt }
! n11= else { halt }
! n12=}
! n13=
! n14=on *:notice:*:?:{
! n15= if ($away == $true) { /notice $nick 14I am away (4 $+ %awayreason $+ 14) since %awaytime $+ GMT. All messages are logged. | halt }
! n16= else { halt }
! n17=}
! n18=
! n19=on *:text:*:#:{
! n20= { if ($me isin $1-) {
! n21= if ($away == $true) { /notice $nick 14I am away (4 $+ %awayreason $+ 14) since %awaytime $+ GMT. All messages are logged. | halt }
! n22= else { halt }
! n23= }
! n24= }
--- 10,30 ----
n8=
n9=on *:text:*:?:{
! n10= if (serv isin $nick) { halt }
! n11= elseif ($away == $true) { /notice $nick 14I am away (4 $+ %awayreason $+ 14) since %awaytime $+ GMT. All messages are logged. | halt }
! n12= else { halt }
! n13=}
! n14=
! n15=on *:notice:*:?:{
! n16= if (serv isin $nick) { halt }
! n17= elseif ($away == $true) { /notice $nick 14I am away (4 $+ %awayreason $+ 14) since %awaytime $+ GMT. All messages are logged. | halt }
! n18= else { halt }
! n19=}
! n20=
! n21=
! n22=on *:text:*:#:{
! n23= if (serv isin $nick) { halt }
! n24= else { if ($me isin $1-) {
! n25= if ($away == $true) { /notice $nick 14I am away (4 $+ %awayreason $+ 14) since %awaytime $+ GMT. All messages are logged. | halt }
! n26= else { halt }
! n27= }
! n28= }
Index: cpopups.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/cpopups.ini,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cpopups.ini 29 Aug 2002 20:44:40 -0000 1.2
--- cpopups.ini 5 Sep 2002 17:42:18 -0000 1.3
***************
*** 41,47 ****
n20=..Dozzer:/nick Dozzer
n21=.-
! n96=.Away^M
! n97=..Set Away:set %awayreason $$?="Enter away reason:" | away %awayreason | /echo -a 12You are marked as being away: 14(4 $+ %awayreason $+ 14) at $time | $
! n109=..Set Back:/back
n110=-
n120=Server Actions
--- 41,47 ----
n20=..Dozzer:/nick Dozzer
n21=.-
! n96=.Away
! n97=..Set Away:set %awayreason $$?="Enter away reason:" | away %awayreason | /echo -a 12You are marked as being away: 14(4 $+ %awayreason $+ 14) at $time
! n109=..Set Back:/back
n110=-
n120=Server Actions
Index: mirc.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/mirc.ini,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** mirc.ini 29 Aug 2002 18:13:59 -0000 1.1.1.1
--- mirc.ini 5 Sep 2002 17:42:18 -0000 1.2
***************
*** 9,14 ****
timestamp=[HH:nn]
accept=*.bmp,*.gif,*.jpg,*.log,*.mid,*.mp3,*.png,*.txt,*.wav,*.zip
! aptitle= Neo Script 2002 Unreal Edition v1.2 ©Neo 2002 | The Matrix has you...
lastreset=[no date]
[files]
--- 9,16 ----
timestamp=[HH:nn]
accept=*.bmp,*.gif,*.jpg,*.log,*.mid,*.mp3,*.png,*.txt,*.wav,*.zip
! aptitle= Neo Script 2002 Unreal Edition v1.2.1 ©Neo 2002 | The Matrix has you...
lastreset=[no date]
+ finger= Neo Script 2002 Unreal Edition v1.2.1 ©Neo 2002 | The Matrix has you...
+ quit= Neo Script 2002 Unreal Edition v1.2.1 ©Neo 2002 | The Matrix has you... Get it at http://www.come-to-chat.com
[files]
***************
*** 23,37 ****
[options]
! n0=0,1,0,1,0,0,300,1,0,1,1,0,0,1,1,0,0,0,0,0,4096,0,1,0,0,0,1,1,0,50,0,1
! n1=5,100,0,0,0,0,0,0,4,0,0,0,1,1,0,0,0,1,0,0,0,0,1,0,5,0,1,0,0,0,1,0,0
! n2=0,1,0,0,0,1,1,1,0,60,120,0,0,1,0,0,0,1,0,120,20,10,0,1,1,0,1,1,0,1,0,0,0
! n3=5000,0,0,1,1,0,1,1,1,1,0,1,0,0,1,1,3,1,0,0,0,0,1,0,0,1,0,2,0,0,0,3,180,0
! n4=1,0,1,1,0,0,9999,0,0,0,1,1,1024,0,1,99,60,0,0,0,0,1,1,1,1,5000,1,5,0,0,3,0,1,1
! n5=1,1,1,1,1,1,1,1,1,1,6667,0,0,0,0,0,1,0,300,30,10,0,1,24,0,0,1,8192,0,0,0,91,0
! n6=0,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,100,1,1,0,1,0,0,0,4,1,1,1
! n7=1,0,0,0,0,0,0,1,1,1,1,1,0,1,0,0,1,70,0,3,1,0,1,1,1,1,0,0,0,0,1,1,0,1
[about]
! version=6.02
show=BR26354
--- 25,39 ----
[options]
! n0=0,1,0,1,0,0,300,1,0,1,1,0,0,1,0,0,0,0,0,0,4096,0,1,2,0,0,1,1,0,50,1,1
! n1=5,100,0,0,0,0,0,0,2,0,0,1,1,1,0,0,0,1,0,0,0,0,1,0,5,0,0,0,0,0,1,0,0
! n2=1,1,0,0,0,1,1,1,0,60,120,1,1,1,0,0,0,0,0,120,20,10,0,1,1,0,1,1,0,1,0,0,0
! n3=5000,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,3,1,0,0,0,1,1,0,0,1,0,28,1,0,0,3,180,0
! n4=1,0,1,1,0,0,9999,0,0,0,1,1,1024,0,1,99,60,0,1,0,0,1,1,1,1,5000,1,5,0,0,3,1,1,1
! n5=1,1,1,1,1,1,1,1,1,1,6667,0,1,0,0,0,1,1,300,30,10,0,1,24,0,0,1,8192,0,0,0,91,0
! n6=0,0,11,1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0,100,0,1,0,1,0,0,0,4,1,0,1
! n7=0,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,1,70,0,3,1,0,1,1,1,1,0,1,0,0,1,1,0,1
[about]
! version=6.03
show=BR26354
***************
*** 44,48 ****
wmas=sounds\
oggs=sounds\
! senddir=C:\Documents and Settings\Neo\My Documents\
[ports]
--- 46,50 ----
wmas=sounds\
oggs=sounds\
! senddir=ADDONS\
[ports]
***************
*** 103,107 ****
[mirc]
! host=Come-to-chatSERVER:irc.come-to-chat.com:7000GROUP:Come-to-Chat
[windows]
--- 105,109 ----
[mirc]
! host=Come-to-chat (Insomnia)SERVER:insomnia.come-to-chat.com:6662GROUP:Come-to-Chat
[windows]
***************
*** 110,117 ****
wlist=-1,740,-1,477,0,1,0
wnotify=-1,666,-1,358,0,1,0
! wquery=392,798,392,470,2,1,0
! scripts=642,468,327,440,0,0,0
wdccs=-1,269,-1,271,0,1,0
! wchat=224,851,224,478,2,1,0
wdccg=-1,269,-1,271,0,1,0
wlinks=-1,850,-1,478,0,1,0
--- 112,119 ----
wlist=-1,740,-1,477,0,1,0
wnotify=-1,666,-1,358,0,1,0
! wquery=140,798,140,470,2,1,0
! scripts=477,468,303,440,0,0,0
wdccs=-1,269,-1,271,0,1,0
! wchat=196,851,196,478,1,1,0
wdccg=-1,269,-1,271,0,1,0
wlinks=-1,850,-1,478,0,1,0
***************
*** 125,131 ****
[pfiles]
n0=clonescript.mrc
! n1=oper-cpopups.ini
n2=popups.ini
! n3=oper-npopups.ini
n4=popups.ini
--- 127,133 ----
[pfiles]
n0=clonescript.mrc
! n1=cpopups.ini
n2=popups.ini
! n3=npopups.ini
n4=popups.ini
***************
*** 162,187 ****
[events]
default=0,0,0,0,0,0,0,0
[dccnicks]
! n0=mysty
! n1=LorDAngeR
! n2=ZoRRo
! n3=MissRolo
! n4=frillylettuce
! n5=Geez
! n6=Coconut
! n7=rioNyuG
! n8=Microchip_Freak
! n9=SilverEyes
! n10=Rob
! n11=cammi
! n12=monmam
! n13=kell
! n14=grave_digger
! n15=uniqueorns
! n16=icebrgpete
! n17=unique
! n18=gem
! n19=ZoRRo-Idle
! n20=^rudeboy^
[waves]
query=No Sound
--- 164,191 ----
[events]
default=0,0,0,0,0,0,0,0
+ [findtext]
+ n0="set.all.variables"
[dccnicks]
! n0=LorDAngeR
! n1=RuDeBoY
! n2=gem
! n3=mysty
! n4=ZoRRo
! n5=MissRolo
! n6=frillylettuce
! n7=Geez
! n8=Coconut
! n9=rioNyuG
! n10=Microchip_Freak
! n11=SilverEyes
! n12=Rob
! n13=cammi
! n14=monmam
! n15=kell
! n16=grave_digger
! n17=uniqueorns
! n18=icebrgpete
! n19=unique
! n20=ZoRRo-Idle
[waves]
query=No Sound
***************
*** 207,211 ****
n2=script.ini
n3=away.ini
! n4=addons\personalstats.mrc
! n5=ADDONS\MP3.MRC
! n6=ADDONS\network\NetworkProtocolAnalyzer.mrc
--- 211,215 ----
n2=script.ini
n3=away.ini
! n4=ADDONS\MP3.MRC
! n5=ADDONS\personalstats.mrc
! n6=ADDONS\eggdrop.mrc
Index: popups.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/popups.ini,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** popups.ini 29 Aug 2002 18:13:59 -0000 1.1.1.1
--- popups.ini 5 Sep 2002 17:42:18 -0000 1.2
***************
*** 2,13 ****
n0=[[[----Neo-Script Control----]]]
n1=Script Mode
! n2=.Load Normal Mode:/load -pn npopups.ini | /load -pc cpopups.ini | /echo 4Normal Mode is ON
! n3=.Load IRCop Mode:/load -pn oper-npopups.ini | /load -pc oper-cpopups.ini | /echo 4IRCop Mode is ON
n3=-
n4=Services Addons
! n5=.Load Auspice Mode:/load -rs auspice.mrc
! n6=.Unload Auspice Mode:/unload -rs auspice.mrc
! n7=.Load NeoStats Addon:/load -rs neostats.mrc
! n8=.Unload NeoStats Addon:/unload -rs neostats.mrc
n9=Port Scanner:/portscan
n226=-
--- 2,13 ----
n0=[[[----Neo-Script Control----]]]
n1=Script Mode
! n2=.Load Normal Mode:.load -pn npopups.ini | .load -pc cpopups.ini | /echo 4Normal Mode is ON
! n3=.Load IRCop Mode:.load -pn oper-npopups.ini | .load -pc oper-cpopups.ini | /echo 4IRCop Mode is ON
n3=-
n4=Services Addons
! n5=.Load Auspice Mode:.load -rs ADDONS/auspice.mrc | echo 4Auspice Addon Loaded
! n6=.Unload Auspice Mode:.unload -rs auspice.mrc | echo 4Auspice Addon Unloaded
! n7=.Load NeoStats Addon:.load -rs ADDONS/neostats.mrc | echo 4NeoStats Addon Loaded
! n8=.Unload NeoStats Addon:.unload -rs neostats.mrc | echo 4NeoStats Addon unloaded
n9=Port Scanner:/portscan
n226=-
Index: script.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/script.ini,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** script.ini 1 Sep 2002 23:47:47 -0000 1.12
--- script.ini 5 Sep 2002 17:42:18 -0000 1.13
***************
*** 7,12 ****
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
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 | personal | echo 4Personal Script Setup Complete! }
--- 7,12 ----
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
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 | personal | echo 4Personal Script Setup Complete! }
***************
*** 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= }
--- 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= }
***************
*** 26,40 ****
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 ADDONS/auspice.mrc | halt
n31=
n32=alias personal {
n33= fullname $$?="Please Enter Your Name:"
n34= emailaddr $$?="Please Enter Your E-mail:"
! n35= identd on $$?="Please Enter Your ident:"
! n36= nick $$?="Please enter your nickname:"
! n37= anick $$?="Please Enter Your alternate nickname:"
! n38=}
--- 26,39 ----
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 ADDONS/auspice.mrc | halt
n31=
n32=alias personal {
n33= fullname $$?="Please Enter Your Name:"
n34= emailaddr $$?="Please Enter Your E-mail:"
! n35= nick $$?="Please enter your nickname:"
! n36= anick $$?="Please Enter Your alternate nickname:"
! n37=}
|
|
From: <mor...@us...> - 2002-09-05 17:42:22
|
Update of /cvsroot/neoscript/neoscript/docs
In directory usw-pr-cvs1:/tmp/cvs-serv1802/docs
Added Files:
License.txt
Log Message:
added eggdrop basic script. updated startup, away and popups
--- NEW FILE: License.txt ---
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
|
|
From: <mor...@us...> - 2002-09-05 17:42:21
|
Update of /cvsroot/neoscript/neoscript/ADDONS
In directory usw-pr-cvs1:/tmp/cvs-serv1802/ADDONS
Added Files:
eggdrop.mrc
Log Message:
added eggdrop basic script. updated startup, away and popups
--- NEW FILE: eggdrop.mrc ---
menu nicklist {
Eggdrop Commands
.CTCP Chat:ctcp $$1 chat
.Add Host:msg $$1 addhost $$?="Enter Your eggdrop password:" $$?="Enter Hostmask(*!*@*):"
.Set My Info
..Default Info:msg $$1 info $$?="Enter Your eggdrop password:" $$?="Enter your default info:"
..Info for Channel:msg $$1 info $$?="Enter Your eggdrop password:" $active $$?="Enter Your info for this channel:"
..Info for other Channel:msg $$1 info $$?="Enter Your eggdrop password:" $$?="Enter Channel:" $$?="Enter Your info for this channel:"
.Who is on Channel:msg $$1 who $$?="Enter Channel:"
.Set Password
..Initial Password:msg pass $$1 $$?="Choose a password:"
..New Password:msg $$1 pass $$?="Enter existing password:" $$?="Enter new password:"
.Identify
..To Current nick:msg $$1 ident $$?="Enter Password:"
..To Other Nick:msg $$1 ident $$?="Enter Password:" $$?="Enter Nickname:"
.Voice
..On This Channel:msg $$1 voice $$?="Enter Password:" $active
..On Other Channel:msg $$1 voice $$?="Enter Password:" $$?="Enter password:"
.Op
..On This Channel:msg $$1 op $$?="Enter Password:" $active
..On Other Channel:msg $$1 op $$?="Enter Password $$?="Enter Channel:"
.Get Invite:msg $$1 invite $$?="Enter password: $$?="Enter channel:"
.Get Key:msg $$1 key $$?="Enter Password:" $$?"Enter channel:"
.Whois:msg $$1 whois $$?="Enter Nickname:"
.Bot Status:msg $$1 status $$?="Enter password:"
.Memory Usage:msg $$1 memory $$?="Enter password:"
.Save Userfile:msg $$1 save $$?="Enter password:"
.Rehash:msg $$1 rehash $$?="Enter Password:"
.Reset
..This Channel:msg $$1 reset $$?="Enter Password:" $active
..Other Channel:msg $$1 reset $$?="Enter password:" $$?="Enter Channel:"
.Jump Servers:msg $$1 jump $$?="Enter password:" $$?="Enter Server:" $$?="Enter Port:" $$?="Enter Server password:"
}
|
|
From: <mor...@us...> - 2002-09-01 23:47:50
|
Update of /cvsroot/neoscript/neoscript
In directory usw-pr-cvs1:/tmp/cvs-serv3449
Modified Files:
script.ini
Log Message:
updated start
Index: script.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/script.ini,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** script.ini 1 Sep 2002 23:21:10 -0000 1.11
--- script.ini 1 Sep 2002 23:47:47 -0000 1.12
***************
*** 10,14 ****
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 | echo 4Personal Script Setup Complete! }
n11=}
n12=
--- 10,14 ----
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 | personal | echo 4Personal Script Setup Complete! }
n11=}
n12=
***************
*** 33,39 ****
n31=
n32=alias personal {
! n33=fullname $$?="Please Enter Your Name:"
! n34=emailaddr $$?="Please Enter Your E-mail:"
! n35=nick $$?="Please enter your nickname:"
! n36=anick $$?="Please Enter Your alternate nickname:"
! n37=}
--- 33,40 ----
n31=
n32=alias personal {
! n33= fullname $$?="Please Enter Your Name:"
! n34= emailaddr $$?="Please Enter Your E-mail:"
! n35= identd on $$?="Please Enter Your ident:"
! n36= nick $$?="Please enter your nickname:"
! n37= anick $$?="Please Enter Your alternate nickname:"
! n38=}
|
|
From: <mor...@us...> - 2002-09-01 23:38:36
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv1333 Modified Files: npopups.ini oper-cpopups.ini oper-npopups.ini Log Message: updated some bugs in popups Index: npopups.ini =================================================================== RCS file: /cvsroot/neoscript/neoscript/npopups.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** npopups.ini 30 Aug 2002 18:00:47 -0000 1.3 --- npopups.ini 1 Sep 2002 23:38:33 -0000 1.4 *************** *** 3,15 **** n1=Query:/query $$1 n2=UCentral:/uwho $1 ! n3=Invite:/invite $$1 # ! n3=Watchlist^M ! n4=.Add:/watch $$?="Enter +nick:"^M ! n5=.Del:/watch $$?="Enter -nick:"^M ! n6=.List:/watch^M ! n7=- ! n7=PM:/msg $$1- $$?="Enter message:"^M ! n8=Notice:/notice $$1- $$?="Enter message:"^M ! n3=- n4=Control n5=.Ignore:/ignore $$1 1 --- 3,15 ---- n1=Query:/query $$1 n2=UCentral:/uwho $1 ! n3=Invite:/invite $$1 ! n3=Watchlist ! n4=.Add:/watch $$?="Enter +nick:" ! n5=.Del:/watch $$?="Enter -nick:" ! n6=.List:/watch ! n7=- ! n7=Private Message:/msg $$1- $$?="Enter message:" ! n8=Notice:/notice $$1- $$?="Enter message:" ! n3=- n4=Control n5=.Ignore:/ignore $$1 1 *************** *** 50,54 **** n34=..Mass Kick(Reason):mrkick n35=..Mass Kick/Ban:mkb ! n36=..Mass Kick/Ban(Reason):mrkb n32=..Mass Ban:mban n33=..Mass Unban:munban --- 50,54 ---- n34=..Mass Kick(Reason):mrkick n35=..Mass Kick/Ban:mkb ! n36=..Mass Kick/Ban(Reason):mrkb n32=..Mass Ban:mban n33=..Mass Unban:munban *************** *** 56,67 **** n35=..Mass UnExempt:munexempt n36=..- ! n37=..Mass Notice ! n38=...EVERYONE:mnoticeall ! n39=...NON-OPs:mnotice ! n40=...OPS:/onotice $$?="Enter message:" ! n38=..Mass msg ! n39=...EVERYONE:mmsgall ! n40=...NON-OPS:mmsg ! n41=...OPS:omsg $$?="Enter message:" n15=- n15=User Modes --- 56,67 ---- n35=..Mass UnExempt:munexempt n36=..- ! n37=..Mass Notice ! n38=...EVERYONE:mnoticeall ! n39=...NON-OPs:mnotice ! n40=...OPS:/onotice $$?="Enter message:" ! n38=..Mass msg ! n39=...EVERYONE:mmsgall ! n40=...NON-OPS:mmsg ! n41=...OPS:omsg $$?="Enter message:" n15=- n15=User Modes *************** *** 216,247 **** n458=..Laser Sabre !:me 3is now known as Darth Vader | me Looks At $$1 $+ ... | me Wonders Why $$1 Won't Join The Dark Side... | notice # You Have Underestimated The Dark Side ! Now You Must Die ! | me Takes Out His Laser Sabre ! | me Takes A Look At $$1 And... | kick # $$1 !! SWISH !! You Are Dead! n459=..Join Darkside:me 3is now known as Darth Vader | me Looks At $$1 $+ ... | say You Aren't $$1 $+ ... You are Luke Skywalker, My Son ! | say Son... Join Me On The Dark Side... | me Explains To $$1 The Advantages Of Joining Him... | me Sees No Hope With $$1 $+ ... | kick # $$1 This Is My Last Option. (Sorry) - n460=.Lamer Kicks - n461=..Tiny Lamer:lamk1 $$1 # - n462=..Small Lamer:lamk2 $$1 # - n463=..Medium Lamer:lamk3 $$1 # - n464=..Big Lamer:lamk4 $$1 # - n465=..- - n466=..Huge Lamer !:lamk5 $$1 # - n467=.Special Kicks - n468=..OP Beggar:spk1 $$1 # - n469=..Smelling:spk2 $$1 # - n470=..Faggot !:spk3 $$1 # - n471=..NonEnglish:spk4 $$1 # - n472=..Stupid Nick:spk5 $$1 # - n473=..Too Young !:spk6 $$1 # - n474=..Bad Friend:spk7 $$1 # - n475=..Get-A-Life:spk8 $$1 # - n476=..Monster !:spk9 $$1 # - n477=..Rent-A-Brain:spk10 $$1 # - n478=..Mean Kick:spk11 $$1 # - n479=..Omelette:spk12 $$1 # - n480=..Smelly:spk13 $$1 # - n481=..Shoot Him !:spk14 $$1 # - n482=..Perverted:spk15 $$1 # - n483=.- n484=.Special OPs n485=..OP And DeOP:mode # +o $$1 | mode # -o $$1 n486=..- ! n487=..Funny OP $snick(#,1):say %ncomp.1 $+ $$1 $+ %ncomp.2 Hey... want some OPs ? | .timer 1 2 me thinks that OPs could fit $$1 just nicely ! | .timer 1 4 me takes an "@" and throws it ! | .timer 1 6 say Nice throw ! It fell straight in front of $$1 $+ 's nick ! | .timer 1 6 mode # +o $$1 n488=..Pity OP $snick(#,1):me looks at $$1 $+ ... | me notices the -> @ <- besides his own name... | me sees that $$1 has no such "@"-thing ! | mode # +o $$1 | say There ya go buddy ! Now you have one, take good care of it ! n489=..Happy OP $snick(#,1):me notices that $$1 is little impacient about getting OPs ! | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | .timer 1 5 say $+ $$1 $+ Happy now ? --- 216,223 ---- n458=..Laser Sabre !:me 3is now known as Darth Vader | me Looks At $$1 $+ ... | me Wonders Why $$1 Won't Join The Dark Side... | notice # You Have Underestimated The Dark Side ! Now You Must Die ! | me Takes Out His Laser Sabre ! | me Takes A Look At $$1 And... | kick # $$1 !! SWISH !! You Are Dead! n459=..Join Darkside:me 3is now known as Darth Vader | me Looks At $$1 $+ ... | say You Aren't $$1 $+ ... You are Luke Skywalker, My Son ! | say Son... Join Me On The Dark Side... | me Explains To $$1 The Advantages Of Joining Him... | me Sees No Hope With $$1 $+ ... | kick # $$1 This Is My Last Option. (Sorry) n484=.Special OPs n485=..OP And DeOP:mode # +o $$1 | mode # -o $$1 n486=..- ! n487=..Funny OP $snick(#,1):say $+ $$1 $+ Hey... want some OPs ? | .timer 1 2 me thinks that OPs could fit $$1 just nicely ! | .timer 1 4 me takes an "@" and throws it ! | .timer 1 6 say Nice throw ! It fell straight in front of $$1 $+ 's nick ! | .timer 1 6 mode # +o $$1 n488=..Pity OP $snick(#,1):me looks at $$1 $+ ... | me notices the -> @ <- besides his own name... | me sees that $$1 has no such "@"-thing ! | mode # +o $$1 | say There ya go buddy ! Now you have one, take good care of it ! n489=..Happy OP $snick(#,1):me notices that $$1 is little impacient about getting OPs ! | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | .timer 1 5 say $+ $$1 $+ Happy now ? *************** *** 253,259 **** n495=..Fool DeOP $snicks:me thinks that you fools don't deserve OPs ! | say I wonder how you ever got them ! | mode # -ooo $$1 $2 $3 | mode # -ooo $$4 $5 $6 | me is laughing his guts out because of you sorry looking lamahs... n496=..Hate DeOP $snicks:me rules this damn # way more better without you lamers ! | mode # -ooo $$1 $2 $3 | mode # -ooo $$4 $5 $6 | say Way you go wankers ! - n499=- - n241=- n242=Greetings --- 229,233 ---- Index: oper-cpopups.ini =================================================================== RCS file: /cvsroot/neoscript/neoscript/oper-cpopups.ini,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** oper-cpopups.ini 29 Aug 2002 20:44:40 -0000 1.2 --- oper-cpopups.ini 1 Sep 2002 23:38:33 -0000 1.3 *************** *** 92,97 **** n21=.- n96=.Away ! n97=..Set Away:set %awayreason $$?="Enter away reason:" | away %awayreason | /echo -a 12You are marked as being away: 14(4 $+ %awayreason $+ 14) at $time | /ame 6is away. 1[14(4 $+ %awayreason $+ 14) at $time GMT1] | set %awaytime $time | /halt ! n109=..Set Back:/back n110=- --- 92,97 ---- n21=.- n96=.Away ! n97=..Set Away:set %awayreason $$?="Enter away reason:" | away %awayreason | /echo -a 12You are marked as being away: 14(4 $+ %awayreason $+ 14) at $time | /ame 6is away. 1[14(4 $+ %awayreason $+ 14) at $time GMT1] | set %awaytime $time | /halt ! n109=..Set Back:/back n110=- Index: oper-npopups.ini =================================================================== RCS file: /cvsroot/neoscript/neoscript/oper-npopups.ini,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** oper-npopups.ini 30 Aug 2002 01:18:01 -0000 1.2 --- oper-npopups.ini 1 Sep 2002 23:38:33 -0000 1.3 *************** *** 6,10 **** n5=.Del:/watch $$?="Enter -nick:" n6=.List:/watch ! n7=Invite:invite $$1 # n7=- n7=PM:/msg $$1- $$?="Enter message:" --- 6,10 ---- n5=.Del:/watch $$?="Enter -nick:" n6=.List:/watch ! n7=Invite:invite $$1 # n7=- n7=PM:/msg $$1- $$?="Enter message:" *************** *** 55,66 **** n35=..Mass UnExempt:munexempt n36=..- ! n37=..Mass Notice ! n38=...EVERYONE:mnoticeall ! n39=...NON-OPs:mnotice ! n40=...OPS:/onotice $$?="Enter message:" ! n38=..Mass msg ! n39=...EVERYONE:mmsgall ! n40=...NON-OPS:mmsg ! n41=...OPS:omsg $$?="Enter message:" n20=- n15=User Modes --- 55,66 ---- n35=..Mass UnExempt:munexempt n36=..- ! n37=..Mass Notice ! n38=...EVERYONE:mnoticeall ! n39=...NON-OPs:mnotice ! n40=...OPS:/onotice $$?="Enter message:" ! n38=..Mass msg ! n39=...EVERYONE:mmsgall ! n40=...NON-OPS:mmsg ! n41=...OPS:omsg $$?="Enter message:" n20=- n15=User Modes *************** *** 270,301 **** n458=..Laser Sabre !:me 3is now known as Darth Vader | me Looks At $$1 $+ ... | me Wonders Why $$1 Won't Join The Dark Side... | notice # You Have Underestimated The Dark Side ! Now You Must Die ! | me Takes Out His Laser Sabre ! | me Takes A Look At $$1 And... | kick # $$1 !! SWISH !! You Are Dead! n459=..Join Darkside:me 3is now known as Darth Vader | me Looks At $$1 $+ ... | say You Aren't $$1 $+ ... You are Luke Skywalker, My Son ! | say Son... Join Me On The Dark Side... | me Explains To $$1 The Advantages Of Joining Him... | me Sees No Hope With $$1 $+ ... | kick # $$1 This Is My Last Option. (Sorry) - n460=.Lamer Kicks - n461=..Tiny Lamer:lamk1 $$1 # - n462=..Small Lamer:lamk2 $$1 # - n463=..Medium Lamer:lamk3 $$1 # - n464=..Big Lamer:lamk4 $$1 # - n465=..- - n466=..Huge Lamer !:lamk5 $$1 # - n467=.Special Kicks - n468=..OP Beggar:spk1 $$1 # - n469=..Smelling:spk2 $$1 # - n470=..Faggot !:spk3 $$1 # - n471=..NonEnglish:spk4 $$1 # - n472=..Stupid Nick:spk5 $$1 # - n473=..Too Young !:spk6 $$1 # - n474=..Bad Friend:spk7 $$1 # - n475=..Get-A-Life:spk8 $$1 # - n476=..Monster !:spk9 $$1 # - n477=..Rent-A-Brain:spk10 $$1 # - n478=..Mean Kick:spk11 $$1 # - n479=..Omelette:spk12 $$1 # - n480=..Smelly:spk13 $$1 # - n481=..Shoot Him !:spk14 $$1 # - n482=..Perverted:spk15 $$1 # - n483=.- n484=.Special OPs n485=..OP And DeOP:mode # +o $$1 | mode # -o $$1 n486=..- ! n487=..Funny OP $snick(#,1):say %ncomp.1 $+ $$1 $+ %ncomp.2 Hey... want some OPs ? | .timer 1 2 me thinks that OPs could fit $$1 just nicely ! | .timer 1 4 me takes an "@" and throws it ! | .timer 1 6 say Nice throw ! It fell straight in front of $$1 $+ 's nick ! | .timer 1 6 mode # +o $$1 n488=..Pity OP $snick(#,1):me looks at $$1 $+ ... | me notices the -> @ <- besides his own name... | me sees that $$1 has no such "@"-thing ! | mode # +o $$1 | say There ya go buddy ! Now you have one, take good care of it ! n489=..Happy OP $snick(#,1):me notices that $$1 is little impacient about getting OPs ! | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | .timer 1 5 say $+ $$1 $+ Happy now ? --- 270,277 ---- n458=..Laser Sabre !:me 3is now known as Darth Vader | me Looks At $$1 $+ ... | me Wonders Why $$1 Won't Join The Dark Side... | notice # You Have Underestimated The Dark Side ! Now You Must Die ! | me Takes Out His Laser Sabre ! | me Takes A Look At $$1 And... | kick # $$1 !! SWISH !! You Are Dead! n459=..Join Darkside:me 3is now known as Darth Vader | me Looks At $$1 $+ ... | say You Aren't $$1 $+ ... You are Luke Skywalker, My Son ! | say Son... Join Me On The Dark Side... | me Explains To $$1 The Advantages Of Joining Him... | me Sees No Hope With $$1 $+ ... | kick # $$1 This Is My Last Option. (Sorry) n484=.Special OPs n485=..OP And DeOP:mode # +o $$1 | mode # -o $$1 n486=..- ! n487=..Funny OP $snick(#,1):say $+ $$1 $+ Hey... want some OPs ? | .timer 1 2 me thinks that OPs could fit $$1 just nicely ! | .timer 1 4 me takes an "@" and throws it ! | .timer 1 6 say Nice throw ! It fell straight in front of $$1 $+ 's nick ! | .timer 1 6 mode # +o $$1 n488=..Pity OP $snick(#,1):me looks at $$1 $+ ... | me notices the -> @ <- besides his own name... | me sees that $$1 has no such "@"-thing ! | mode # +o $$1 | say There ya go buddy ! Now you have one, take good care of it ! n489=..Happy OP $snick(#,1):me notices that $$1 is little impacient about getting OPs ! | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | mode # +ooo $$1 $$1 $$1 | .timer 1 5 say $+ $$1 $+ Happy now ? *************** *** 308,312 **** n496=..Hate DeOP $snicks:me rules this damn # way more better without you lamers ! | mode # -ooo $$1 $2 $3 | mode # -ooo $$4 $5 $6 | say Way you go wankers ! n241=- - n251=Fun Stuff n242=.Greetings --- 284,287 ---- |
|
From: <mor...@us...> - 2002-09-01 23:37:59
|
Update of /cvsroot/neoscript/neoscript/sounds In directory usw-pr-cvs1:/tmp/cvs-serv1135/sounds Added Files: page.wav Log Message: added page wavfile for away pager script. This will be changed to mp3 format shortly to save diskspace --- NEW FILE: page.wav --- (This appears to be a binary file; contents omitted.) |
|
From: <mor...@us...> - 2002-09-01 23:21:15
|
Update of /cvsroot/neoscript/neoscript
In directory usw-pr-cvs1:/tmp/cvs-serv29120
Modified Files:
script.ini
Log Message:
more bugfixes
Index: script.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/script.ini,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** script.ini 31 Aug 2002 08:52:10 -0000 1.10
--- script.ini 1 Sep 2002 23:21:10 -0000 1.11
***************
*** 31,32 ****
--- 31,39 ----
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
+ n31=
+ n32=alias personal {
+ n33=fullname $$?="Please Enter Your Name:"
+ n34=emailaddr $$?="Please Enter Your E-mail:"
+ n35=nick $$?="Please enter your nickname:"
+ n36=anick $$?="Please Enter Your alternate nickname:"
+ n37=}
|
|
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
|
|
From: <mor...@us...> - 2002-08-31 08:30:42
|
Update of /cvsroot/neoscript/neoscript
In directory usw-pr-cvs1:/tmp/cvs-serv836
Modified Files:
script.ini
Log Message:
fixed a small error in startup script
Index: script.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/script.ini,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** script.ini 31 Aug 2002 08:26:28 -0000 1.8
--- script.ini 31 Aug 2002 08:30:39 -0000 1.9
***************
*** 10,14 ****
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=
--- 10,14 ----
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 | echo 4Personal Script Setup Complete! }
n11=}
n12=
|
Update of /cvsroot/neoscript/neoscript/ADDONS In directory usw-pr-cvs1:/tmp/cvs-serv384/ADDONS Added Files: mp3.mrc Removed Files: MP3.MRC MockingBirdAddon.mrc RussianRouletteAddon.mrc roulettekicks.txt Log Message: updated auto mode selection to raw for oper and services version. also deleted dumb addons, and fixed a couple errors in stats and mp3 addons --- NEW FILE: mp3.mrc --- (This appears to be a binary file; contents omitted.) --- MP3.MRC DELETED --- --- MockingBirdAddon.mrc DELETED --- --- RussianRouletteAddon.mrc DELETED --- --- roulettekicks.txt DELETED --- |
|
From: <mor...@us...> - 2002-08-31 08:26:31
|
Update of /cvsroot/neoscript/neoscript/ADDONS
In directory usw-pr-cvs1:/tmp/cvs-serv32506/ADDONS
Modified Files:
personalstats.mrc
Log Message:
removed more unncessary files
Index: personalstats.mrc
===================================================================
RCS file: /cvsroot/neoscript/neoscript/ADDONS/personalstats.mrc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** personalstats.mrc 29 Aug 2002 18:14:02 -0000 1.1.1.1
--- personalstats.mrc 31 Aug 2002 08:26:28 -0000 1.2
***************
*** 1,50 ****
on *:load: {
! if (%personal.stats.record.uptime == $null) || (%personal.stats.record.uptime.counter == $null) {
! echo -a 7Prepairing for a new installation
! unset %personal.stats.*
! set %personal.stats.record.uptime.counter 0.0
! set statsloaded 1
! }
! else {
! echo -a 4-8-7Keeping current uptime statistics 4-8-
! }
! personalsetup
! echo -a 4-8- 7Set current Internet Connection as %personal.stats.connection 4-8-
! timerrecorduptime -o 0 1 recorduptime
}
on *:START: {
! if (%personal.stats.record.uptime.counter == $null) { set %personal.stats.record.uptime.counter 0.0 }
! else {
! if ($timer(recorduptime) != 1) {
! timerrecorduptime -o 0 1 recorduptime }
! }
}
alias personalsetup {
! set %personal.stats.connection.temp $?!"Are you on a high-speed connection?"
! if (%personal.stats.connection.temp == $true) { set %personal.stats.connection.temp1 $?!"Are you on a T1 or T3 connection?" }
! if (%personal.stats.connection.temp == $false) { set %personal.stats.connection Dialup }
! if (%personal.stats.connection.temp1 == $true) { set %personal.stats.connection.temp2 $?!"Are you on a T1 connection?" }
! if (%personal.stats.connection.temp1 == $false) { set %personal.stats.connection.temp3 $?!"Are you on a DSL connection?" }
! if (%personal.stats.connection.temp2 == $true) { set %personal.stats.connection T1 }
! if (%personal.stats.connection.temp2 == $false) { set %personal.stats.connection T3 }
! if (%personal.stats.connection.temp3 == $true) { set %personal.stats.connection DSL }
! if (%personal.stats.connection.temp3 == $false) { set %personal.stats.connection Cable }
! unset %personal.stats.connection.temp*
}
alias recorduptime {
! if ($calc($ticks / 1000) > %personal.stats.record.uptime.counter) {
! set %personal.stats.record.uptime.counter $calc($ticks / 1000)
! set %personal.stats.record.uptime $replace($duration($calc($ticks / 1000)),sec, Second,secs, Seconds,min, Minute,mins, Minutes,hr, Hour,hrs, Hours,day, Day,days, Days,wk, Week,wks, Weeks))))
! }
}
alias psstats {
! msg $active 14I am using4 $dll(mem.dll,osinfo,_)
! msg $active 14Running with memory4 $mid($dll(mem.dll,meminfo,_), 7, 20)
! hdd
! msg $active 14I am on a4 %personal.stats.connection 14connection.
! msg $active 14My computer is running a4 $dll(mem.dll,cpuinfo,_)
! msg $active 14My computer hasnt been restarted in4 $replace($duration($calc($ticks / 1000)),sec, Second,secs, Seconds,min, Minute,mins, Minutes,hr, Hour,hrs, Hours,day, Day,days, Days,wk, Week,wks, Weeks)))) $+ 10.
! msg $active 14My record uptime is4 %personal.stats.record.uptime
}
alias hdd {
--- 1,49 ----
on *:load: {
! if (%personal.stats.record.uptime == $null) || (%personal.stats.record.uptime.counter == $null) {
! echo -a 7Prepairing for a new installation
! unset %personal.stats.*
! set %personal.stats.record.uptime.counter 0.0
! }
! else {
! echo -a 4-8-7Keeping current uptime statistics 4-8-
! }
! personalsetup
! echo -a 4-8- 7Set current Internet Connection as %personal.stats.connection 4-8-
! timerrecorduptime -o 0 1 recorduptime
}
on *:START: {
! if (%personal.stats.record.uptime.counter == $null) { set %personal.stats.record.uptime.counter 0.0 }
! else {
! if ($timer(recorduptime) != 1) {
! timerrecorduptime -o 0 1 recorduptime }
! }
}
alias personalsetup {
! set %personal.stats.connection.temp $?!"Are you on a high-speed connection?"
! if (%personal.stats.connection.temp == $true) { set %personal.stats.connection.temp1 $?!"Are you on a T1 or T3 connection?" }
! if (%personal.stats.connection.temp == $false) { set %personal.stats.connection Dialup }
! if (%personal.stats.connection.temp1 == $true) { set %personal.stats.connection.temp2 $?!"Are you on a T1 connection?" }
! if (%personal.stats.connection.temp1 == $false) { set %personal.stats.connection.temp3 $?!"Are you on a DSL connection?" }
! if (%personal.stats.connection.temp2 == $true) { set %personal.stats.connection T1 }
! if (%personal.stats.connection.temp2 == $false) { set %personal.stats.connection T3 }
! if (%personal.stats.connection.temp3 == $true) { set %personal.stats.connection DSL }
! if (%personal.stats.connection.temp3 == $false) { set %personal.stats.connection Cable }
! unset %personal.stats.connection.temp*
}
alias recorduptime {
! if ($calc($ticks / 1000) > %personal.stats.record.uptime.counter) {
! set %personal.stats.record.uptime.counter $calc($ticks / 1000)
! set %personal.stats.record.uptime $replace($duration($calc($ticks / 1000)),sec, Second,secs, Seconds,min, Minute,mins, Minutes,hr, Hour,hrs, Hours,day, Day,days, Days,wk, Week,wks, Weeks))))
! }
}
alias psstats {
! msg $active 14I am using4 $dll(mem.dll,osinfo,_)
! msg $active 14Running with memory4 $mid($dll(mem.dll,meminfo,_), 7, 20)
! hdd
! msg $active 14I am on a4 %personal.stats.connection 14connection.
! msg $active 14My computer is running a4 $dll(mem.dll,cpuinfo,_)
! msg $active 14My computer hasnt been restarted in4 $replace($duration($calc($ticks / 1000)),sec, Second,secs, Seconds,min, Minute,mins, Minutes,hr, Hour,hrs, Hours,day, Day,days, Days,wk, Week,wks, Weeks)))) $+ 10.
! msg $active 14My record uptime is4 %personal.stats.record.uptime
}
alias hdd {
***************
*** 73,76 ****
menu @Personal Statistics {
! Close Window:window -c @Personal Statistics
}
--- 72,75 ----
menu @Personal Statistics {
! Close Window:window -c @Personal Statistics
}
|
|
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
|
|
From: <mor...@us...> - 2002-08-31 08:03:33
|
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 ---
|
|
From: <mor...@us...> - 2002-08-30 19:27:09
|
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=}
|
|
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=}
|
|
From: <mor...@us...> - 2002-08-30 19:01:12
|
Update of /cvsroot/neoscript/neoscript
In directory usw-pr-cvs1:/tmp/cvs-serv19163
Modified Files:
script.ini
Log Message:
added auto script mode selection
Index: script.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/script.ini,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** script.ini 30 Aug 2002 18:00:47 -0000 1.3
--- script.ini 30 Aug 2002 19:01:03 -0000 1.4
***************
*** 1,18 ****
! [script]
! n5=on *:start: {
! n6= set %script 9,12 Neo Script 2002 11,14 Unreal Edition v1.2.1 4,0 ©Neo 2002 9| 12The Matrix has you...
! n7= set %url 4http://neoscript.sourceforge.net
! n8= unset %awayreason
! n9= unset %awaytime
! n8= echo -s You are using %script
! n9= titlebar %script
! n9= load -pn npopups.ini | load -pc cpopups.ini | halt
! n10= }
! n13=on *:connect:{
! n14=/titlebar Neo Script 2002 - Unreal Edition (Connected)
! n15=/echo -s 12You are now connected to $server $+. The time is now $time on $date
! n16=}
! n17=on *:disconnect:{
! n18= /titlebar Neo Script 2002 - Unreal Edition (Disconnected)
! n19= /echo -s 12You have been disconnected from $server
! n20=}
--- 1,23 ----
! [script]
! n0=on *:start: {
! n1= set %script 9,12 Neo Script 2002 11,14 Unreal Edition v1.2.1 4,0 ©Neo 2002 9| 12The Matrix has you...
! n2= set %url 4http://neoscript.sourceforge.net
! n3= unset %awayreason
! n4= unset %awaytime
! 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=}
! 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= }
|
|
From: <mor...@us...> - 2002-08-30 18:48:22
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv15229 Added Files: neoscript.exe Log Message: fixed lastest exe version |
|
From: <mor...@us...> - 2002-08-30 18:45:55
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv14942 Removed Files: neoscript.exe Log Message: fixing error with exe --- neoscript.exe DELETED --- |
|
From: <mor...@us...> - 2002-08-30 18:42:45
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv13345 Modified Files: neoscript.exe Log Message: updated executable to latesr version Index: neoscript.exe =================================================================== RCS file: /cvsroot/neoscript/neoscript/neoscript.exe,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsKwnNam and /tmp/cvsy2TRYU differ |
|
From: <mor...@us...> - 2002-08-30 18:11:03
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv2704 Added Files: neoscript.exe Log Message: added neoscript executable --- NEW FILE: neoscript.exe --- (This appears to be a binary file; contents omitted.) |
|
From: <mor...@us...> - 2002-08-30 18:00:51
|
Update of /cvsroot/neoscript/neoscript
In directory usw-pr-cvs1:/tmp/cvs-serv32470
Modified Files:
npopups.ini script.ini
Log Message:
fixed error in startup file
Index: npopups.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/npopups.ini,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** npopups.ini 30 Aug 2002 01:18:01 -0000 1.2
--- npopups.ini 30 Aug 2002 18:00:47 -0000 1.3
***************
*** 8,16 ****
n5=.Del:/watch $$?="Enter -nick:"^M
n6=.List:/watch^M
! n7=-^M
n7=PM:/msg $$1- $$?="Enter message:"^M
n8=Notice:/notice $$1- $$?="Enter message:"^M
! n3=-^M
! n3=-
n4=Control
n5=.Ignore:/ignore $$1 1
--- 8,15 ----
n5=.Del:/watch $$?="Enter -nick:"^M
n6=.List:/watch^M
! n7=-
n7=PM:/msg $$1- $$?="Enter message:"^M
n8=Notice:/notice $$1- $$?="Enter message:"^M
! n3=-
n4=Control
n5=.Ignore:/ignore $$1 1
Index: script.ini
===================================================================
RCS file: /cvsroot/neoscript/neoscript/script.ini,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** script.ini 29 Aug 2002 21:03:01 -0000 1.2
--- script.ini 30 Aug 2002 18:00:47 -0000 1.3
***************
*** 5,10 ****
n8= unset %awayreason
n9= unset %awaytime
! n8= back
! n8= echo -s You are using %script | /titlebar %script }
n9= load -pn npopups.ini | load -pc cpopups.ini | halt
n10= }
--- 5,10 ----
n8= unset %awayreason
n9= unset %awaytime
! n8= echo -s You are using %script
! n9= titlebar %script
n9= load -pn npopups.ini | load -pc cpopups.ini | halt
n10= }
***************
*** 12,18 ****
n14=/titlebar Neo Script 2002 - Unreal Edition (Connected)
n15=/echo -s 12You are now connected to $server $+. The time is now $time on $date
! n16=}
n17=on *:disconnect:{
n18= /titlebar Neo Script 2002 - Unreal Edition (Disconnected)
! n19= /echo -s 12You have been disconnected from $server
n20=}
--- 12,18 ----
n14=/titlebar Neo Script 2002 - Unreal Edition (Connected)
n15=/echo -s 12You are now connected to $server $+. The time is now $time on $date
! n16=}
n17=on *:disconnect:{
n18= /titlebar Neo Script 2002 - Unreal Edition (Disconnected)
! n19= /echo -s 12You have been disconnected from $server
n20=}
|
|
From: <mor...@us...> - 2002-08-30 01:18:05
|
Update of /cvsroot/neoscript/neoscript In directory usw-pr-cvs1:/tmp/cvs-serv6782 Modified Files: npopups.ini oper-npopups.ini Log Message: updated mass aliases and popups Index: npopups.ini =================================================================== RCS file: /cvsroot/neoscript/neoscript/npopups.ini,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** npopups.ini 29 Aug 2002 18:13:59 -0000 1.1.1.1 --- npopups.ini 30 Aug 2002 01:18:01 -0000 1.2 *************** *** 3,6 **** --- 3,15 ---- n1=Query:/query $$1 n2=UCentral:/uwho $1 + n3=Invite:/invite $$1 # + n3=Watchlist^M + n4=.Add:/watch $$?="Enter +nick:"^M + n5=.Del:/watch $$?="Enter -nick:"^M + n6=.List:/watch^M + n7=-^M + n7=PM:/msg $$1- $$?="Enter message:"^M + n8=Notice:/notice $$1- $$?="Enter message:"^M + n3=-^M n3=- n4=Control *************** *** 40,44 **** n31=..Mass DeOwner:mdeowner n33=..Mass Kick:mkick ! n34=..Mass Kick (reason):mrkick n32=..Mass Ban:mban n33=..Mass Unban:munban --- 49,55 ---- n31=..Mass DeOwner:mdeowner n33=..Mass Kick:mkick ! n34=..Mass Kick(Reason):mrkick ! n35=..Mass Kick/Ban:mkb ! n36=..Mass Kick/Ban(Reason):mrkb n32=..Mass Ban:mban n33=..Mass Unban:munban *************** *** 46,51 **** n35=..Mass UnExempt:munexempt n36=..- ! n37=..Mass Notice:mnotice ! n38=..Mass msg:mmsg n15=- n15=User Modes --- 57,68 ---- n35=..Mass UnExempt:munexempt n36=..- ! n37=..Mass Notice ! n38=...EVERYONE:mnoticeall ! n39=...NON-OPs:mnotice ! n40=...OPS:/onotice $$?="Enter message:" ! n38=..Mass msg ! n39=...EVERYONE:mmsgall ! n40=...NON-OPS:mmsg ! n41=...OPS:omsg $$?="Enter message:" n15=- n15=User Modes *************** *** 341,343 **** n336=.Box Stats:box n337=.Box Stats2:psstats ! n333=Say What you use:msg $$1 I am using %script $+ . Get it at %url $+ . \ No newline at end of file --- 358,360 ---- n336=.Box Stats:box n337=.Box Stats2:psstats ! n333=Say What you use:msg $$1 I am using %script $+ . Get it at %url $+ . Index: oper-npopups.ini =================================================================== RCS file: /cvsroot/neoscript/neoscript/oper-npopups.ini,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** oper-npopups.ini 29 Aug 2002 18:13:59 -0000 1.1.1.1 --- oper-npopups.ini 30 Aug 2002 01:18:01 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- n5=.Del:/watch $$?="Enter -nick:" n6=.List:/watch + n7=Invite:invite $$1 # n7=- n7=PM:/msg $$1- $$?="Enter message:" *************** *** 46,50 **** n31=..Mass DeOwner:mdeowner n33=..Mass Kick:mkick ! n34=..Mass Kick (reason):mrkick n32=..Mass Ban:mban n33=..Mass Unban:munban --- 47,53 ---- n31=..Mass DeOwner:mdeowner n33=..Mass Kick:mkick ! n34=..Mass Kick(Reason):mrkick ! n35=..Mass Kick/Ban:mkb ! n36=..Mass Kick/Ban(Reason):mrkb n32=..Mass Ban:mban n33=..Mass Unban:munban *************** *** 52,57 **** n35=..Mass UnExempt:munexempt n36=..- ! n37=..Mass Notice:mnotice ! n38=..Mass msg:mmsg n20=- n15=User Modes --- 55,66 ---- n35=..Mass UnExempt:munexempt n36=..- ! n37=..Mass Notice ! n38=...EVERYONE:mnoticeall ! n39=...NON-OPs:mnotice ! n40=...OPS:/onotice $$?="Enter message:" ! n38=..Mass msg ! n39=...EVERYONE:mmsgall ! n40=...NON-OPS:mmsg ! n41=...OPS:omsg $$?="Enter message:" n20=- n15=User Modes *************** *** 434,436 **** n336=.Box Stats:box n337=.Box Stats2:psstats ! n333=Say What you use:msg $$1 I am using %script $+ . Get it at %url $+ . \ No newline at end of file --- 443,445 ---- n336=.Box Stats:box n337=.Box Stats2:psstats ! n333=Say What you use:msg $$1 I am using %script $+ . Get it at %url $+ . |
|
From: Come to C. A. <ad...@co...> - 2002-08-29 21:04:48
|
cvs commit: Examining . cvs commit: Examining ADDONS cvs commit: Examining Graphics cvs commit: Examining docs cvs commit: Examining neoscript cvs commit: Examining neoscript/ADDONS cvs commit: Examining neoscript/Graphics cvs commit: Examining neoscript/docs cvs commit: Examining neoscript/sounds cvs commit: Examining sounds mor...@cv...'s password: Removing control.ini; /cvsroot/neoscript/neoscript/control.ini,v <-- control.ini new revision: delete; previous revision: 1.1.1.1 done Removing ircintro.hlp; /cvsroot/neoscript/neoscript/ircintro.hlp,v <-- ircintro.hlp new revision: delete; previous revision: 1.1.1.1 done Removing perform.ini; /cvsroot/neoscript/neoscript/perform.ini,v <-- perform.ini new revision: delete; previous revision: 1.1.1.1 done Checking in script.ini; /cvsroot/neoscript/neoscript/script.ini,v <-- script.ini new revision: 1.2; previous revision: 1.1 done Changed init files to reset script mode and variables, and removed unncessary mirc files |
|
From: Come to C. A. <ad...@co...> - 2002-08-29 20:50:33
|
cvs commit: Examining . cvs commit: Examining ADDONS cvs commit: Examining Graphics cvs commit: Examining docs cvs commit: Examining neoscript cvs commit: Examining neoscript/ADDONS cvs commit: Examining neoscript/Graphics cvs commit: Examining neoscript/docs cvs commit: Examining neoscript/sounds cvs commit: Examining sounds mor...@cv...'s password: Checking in cpopups.ini; /cvsroot/neoscript/neoscript/cpopups.ini,v <-- cpopups.ini new revision: 1.2; previous revision: 1.1 done Checking in oper-cpopups.ini; /cvsroot/neoscript/neoscript/oper-cpopups.ini,v <-- oper-cpopups.ini new revision: 1.2; previous revision: 1.1 done Away popups now fixed and committed to CVS |