home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-05-25 | 1.6 KB | 51 lines |
- [script]
- n0=on *:CONNECT: {
- n1= /timerstats 0 1 /stats
- n2= if ($script.cps.enabled == on) { /timermincps 0 1 /checkcps | /echo -a %scriptname 8Min Cps is ON }
- n3= ;away code
- n4= if (%away == On) {
- n5= timerawaycount 0 1 /inc %away.time
- n6= /away %awayinfo
- n7= /timerawaybar 0 0.1 /awaybar
- n8= /timerAWAY 0 %awaytime /awaymessage
- n9= /set %logging On
- n10= /set %pager Off
- n11= /titlebar [ºεM▐L╔ º╟«═▐T] - Version 1.5] -- [Nick: $me] -- [Server: $server]
- n12= }
- n13= if (%away.idle == On) {
- n14= /timeridle 0 1 /idle
- n15= }
- n16= /pdcc 2147483647
- n17= /fsend on
- n18= /set %fserv.active OFF
- n19= if (%s.netsplit == on) { /mode $me +sg }
- n20= if (%auto.ident == on) {
- n21= /msg nickserv identify %auto.ident.password
- n22= }
- n23= if (%xdcc.autostart == Yes) { /set %xdcc.active On | /timerxdcc1 0 %xdcc.adtime /xdcc | /timerxdccqueue 0 1 /xdcc-queue | /timerxdcc-files 0 1 /xdcc-files | /echo -s 8,1Xdcc Has Started }
- n24= if ((%xdcc.autostart == on) && (%xdcc.cps.enabled == on)) { /timermincps 1 delay /checkcps }
- n25= /echo -s 8,1Your now connected, using server:9 $server 8and nickname:9 $me
- n26=}
- n27=on *:START: {
- n28= /set %fserv.que 0
- n29= /remini mirc.ini [backgrounds]
- n30= /remini mirc.ini [channels]
- n31= /unset %temp.*
- n32= /set %logging off
- n33= /start-logo
- n34= /start
- n35= /set %randad OFF
- n36= /set %ftp OFF
- n37=}
- n38=on *:DISCONNECT: {
- n39=}
- n40=on *:QUIT: {
- n41= if ($nick == $me) {
- n42= }
- n43= halt
- n44=}
- n45=; For Idle Away... cancel key press
- n46=on *:INPUT:*: {
- n47= if (%away.text == No) { /set %away.text Yes }
- n48=}
-