Project X — File Browser
ProjectXv1.0 / ProjectXv1.0 / aliases.ini
aliases.ini — 11.61 KB — Download this file
[aliases]
n0=/ccc /join #chat-central-carte|
n1=/op /mode # +ooo $$1 $2 $3
n2=/dop /mode # -ooo $$1 $2 $3
n3=/voice /mode # +vvv $$1 $2 $3
n4=/j /join #$$1 $2-
n5=/p /part #
n6=/n /names #$$1
n7=/w /whois $$1
n8=/k /kick # $$1
n9=/q /query $$1
n10=/hop /part # | /join #$$1
n11=/send /dcc send $1 $2
n12=/chat /dcc chat $1
n13=/ping /ctcp $$1 ping
n14=/f2 /join %lastinvitechan
n15=
n16=Setaway {
n17= set %away.gone $ctime
n18= set %awaytime $time(h:nn tt)
n19= set %whyaway $$?="Why you leaving?"
n20= /logging
n21= ame 14::[15Gone: %whyaway - Logger: %o/f - Pager: %on/off - 14Pr15ojec14t X14]:: | .timer2 0 500 announce
n22= away %whyaway
n23= set %oldnick $me
n24= nick $me $+ [away]
n25= set %titleaway Away
n26=}
n27=setBack {
n28= ame 14::[15Back From: %whyaway - $duration( $calc( $ctime - %away.gone )) - 14Pr15ojec14t X14]::
n29= away
n30= nick %oldnick
n31= .disable #awaylog
n32= .disable #pager
n33= set %titleaway Here
n34= if (%logged.a.msg == ON) {
n35= /awaylogwindow
n36= echo -a Now Running Your Away Log...
n37= }
n38= if (%logged.a.msg == OFF) {
n39= echo -a You Revieved No Messages
n40= }
n41= .timer2 off
n42= /set %logged.a.msg OFF
n43=}
n44=logging {
n45= :logging
n46= set %o/f $?!="Want Msg Logging On?"
n47= if (%o/f == $true) { set %o/f ON | .enable #awaylog }
n48= if (%o/f == $false) { set %o/f OFF | .disable #awaylog | goto pager }
n49= else { goto pager }
n50= :pager
n51= set %on/off $?!="Want Pager On?"
n52= if (%on/off == $true) { set %on/off ON | .enable #pager }
n53= if (%on/off == $false) { set %on/off OFF | .disable #pager }
n54=}
n55=announce /ame 14::[Gone: %whyaway - $duration( $calc( $ctime - %away.gone )) - Logger: %o/f - Pager: %on/off - 14Pr15ojec14t X14]::
n56=massdeop {
n57= set %massppl 1
n58= :loop
n59= if ($nick(#,%massppl) == chanserv) { inc %massppl | goto loop | halt }
n60= if ($nick(#,%massppl) == $me) { inc %massppl | goto loop | halt }
n61= else { .mode $chan -o $nick(#,%massppl) }
n62= inc %massppl
n63= if ($nick(#,%massppl) == $null) { unset %massppl }
n64= else { goto loop }
n65=}
n66=masskick {
n67= set %massppl 1
n68= :loop
n69= if ($nick(#,%massppl) == chanserv) { inc %massppl | goto loop | halt }
n70= if ($nick(#,%massppl) == $me) { inc %massppl | goto loop | halt }
n71= else { .kick $chan $nick(#,%massppl) %ver Mass Kick }
n72= inc %massppl
n73= if ($nick(#,%massppl) == $null) { unset %massppl }
n74= else { goto loop }
n75=}
n76=massban {
n77= set %massppl 1
n78= :loop
n79= if ($nick(#,%massppl) == chanserv) { inc %massppl | goto loop | halt }
n80= if ($nick(#,%massppl) == $me) { inc %massppl | goto loop | halt }
n81= else { mode $chan +b $nick(#,%massppl) }
n82= inc %massppl
n83= if ($nick(#,%massppl) == $null) { unset %massppl }
n84= else { goto loop }
n85=}
n86=masskb {
n87= set %massppl 1
n88= :loop
n89= if ($nick(#,%massppl) == chanserv) { inc %massppl | goto loop | halt }
n90= if ($nick(#,%massppl) == $me) { inc %massppl | goto loop | halt }
n91= else { mode $chan +b $nick(#,%massppl) | kick $chan $nick(#,%massppl) %ver Mass Kick/Ban }
n92= inc %massppl
n93= if ($nick(#,%massppl) == $null) { unset %massppl }
n94= else { goto loop }
n95=}
n96=masslick {
n97= set %massppl 1
n98= :loop
n99= if ($nick(#,%massppl) == chanserv) { inc %massppl | goto loop | halt }
n100= if ($nick(#,%massppl) == $me) { inc %massppl | goto loop | halt }
n101= else { describe $chan thinks $nick(#,%massppl) is the coolest mother fucker ever }
n102= inc %massppl
n103= if ($nick(#,%massppl) == $null) { unset %massppl }
n104= else { goto loop }
n105=}
n106=/awaylogwindow {
n107= .timer7 1 1 window @Awaylog 20 20 675 200
n108= .timer8 1 1 echo @awaylog 1..................................................................14::[14Projec14t X Awaylog]::
n109= .timer9 1 1 echo @awaylog 1.
n110= .timer10 1 1 filter awaylog.txt @awaylog
n111=}
n112=msgprot {
n113= if (%msgfldprot == ON) {
n114= set %msgfldprot OFF
n115= halt
n116= }
n117= if (%msgfldprot == OFF) {
n118= set %msgfldprot ON
n119= set %msgfld.var $$?="How Many Messages?"
n120= halt
n121= }
n122=}
n123=noticeprot {
n124= if (%noticefldprot == ON) {
n125= set %noticefldprot OFF
n126= halt
n127= }
n128= if (%noticefldprot == OFF) {
n129= set %noticefldprot ON
n130= set %noticefld.var $$?="How Many Messages?"
n131= halt
n132= }
n133=}
n134=ctcpprot {
n135= if (%ctcprot == ON) {
n136= set %ctcprot OFF
n137= halt
n138= }
n139= if (%ctcprot == OFF) {
n140= set %ctcprot ON
n141= set %ctcpfld.var $$?="How Many Messages?"
n142= halt
n143= }
n144=}
n145=/kickprot {
n146= if %kickprot == ON {
n147= %kickprot = OFF
n148= halt
n149= }
n150= if %kickprot == OFF {
n151= %kickprot = ON
n152= halt
n153= }
n154=}
n155=/deoprot {
n156= if %deoprot == ON {
n157= %deoprot = OFF
n158= halt
n159= }
n160= if %deoprot == OFF {
n161= %deoprot = ON
n162= halt
n163= }
n164=}
n165=/banprot {
n166= if %banprot == ON {
n167= %banprot = OFF
n168= halt
n169= }
n170= if %banprot == OFF {
n171= %banprot = ON
n172= halt
n173= }
n174=}
n175=/muteprot {
n176= if %muteprot == ON {
n177= set %muteprot OFF
n178= halt
n179= }
n180= if %muteprot == OFF {
n181= set %muteprot ON
n182= halt
n183= }
n184=}
n185=/noticeflood /notice # hello | set %temp 0 | :home | inc %temp | notice # %temp | goto home
n186=/textflood /say hello | set %temp 0 | :home | inc %temp | say %temp | goto home
n187=/actionflood /me # hello | set %temp 0 | :home | inc %temp | /me # %temp | goto home
n188=/comboflood {
n189= set %temp 0 | set %fldchan # | set %fld N
n190= :home
n191= set %temp $calc(1 + %temp)
n192= if (%fld == N) {
n193= notice %fldchan %temp | set %fld A | goto home }
n194= if (%fld == A) {
n195= me %fldchan %temp | set %fld T | goto home }
n196= if (%fld == T) {
n197= say %temp | Set %fld N | goto home }
n198=}
n199=/tempnotice set %fld.time $$?="How Many Times?" | /notice # hello | set %temp 0 | :home | inc %temp | notice # %temp | if (%temp > %fld.time) { halt } | else { goto home }
n200=/tempaction set %fld.time $$?="How Many Times?" | /me hello | set %temp 0 | :home | inc %temp | me %temp | if (%temp > %fld.time) { halt } | else { goto home }
n201=/temptext set %fld.time $$?="How Many Times?" | /say hello | set %temp 0 | :home | inc %temp | say %temp | if (%temp > %fld.time) { halt } | else { goto home }
n202=/tempcombo {
n203= set %temp 0 | set %fldchan # | set %fld N | set %fld.time $$?="How Many Times?"
n204= :home
n205= set %temp $calc(1 + %temp)
n206= if (%fld == N) {
n207= notice %fldchan %temp | set %fld A | if (%temp > %fld.time) { halt } | else { goto home } }
n208= if (%fld == A) {
n209= me %fldchan %temp | set %fld T | if (%temp > %fld.time) { halt } | else { goto home } }
n210= if (%fld == T) {
n211= say %temp | Set %fld N | if (%temp > %fld.time) { halt } | else { goto home } }
n212=}
n213=/addshitlist {
n214= if (%shitlist1 == $null) { set %shitlist1 $$1 $2 | halt }
n215= if (%shitlist1 != $null) && (%shitlist2 == $null) { set %shitlist2 $$1 $2 | halt }
n216= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 == $null) { set %shitlist3 $$1 $2 | halt }
n217= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 == $null) { set %shitlist4 $$1 $2 | halt }
n218= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 == $null) { set %shitlist5 $$1 $2 | halt }
n219= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 == $null) { set %shitlist6 $$1 $2 | halt }
n220= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 != $null) && (%shitlist7 == $null) { set %shitlist7 $$1 $2 | halt }
n221= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 != $null) && (%shitlist7 != $null) && (%shitlist8 == $null) { set %shitlist8 $$1 $2 | halt }
n222= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 != $null) && (%shitlist7 != $null) && (%shitlist8 != $null) && (%shitlist9 == $null) { set %shitlist9 $$1 $2 | halt }
n223= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 != $null) && (%shitlist7 != $null) && (%shitlist8 != $null) && (%shitlist9 != $null) && (%shitlist10 == $null) { set %shitlist10 $$1 $2 | halt }
n224= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 != $null) && (%shitlist7 != $null) && (%shitlist8 != $null) && (%shitlist9 != $null) && (%shitlist10 != $null) && (%shitlist11 == $null) { set %shitlist11 $$1 $2 | halt }
n225= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 != $null) && (%shitlist7 != $null) && (%shitlist8 != $null) && (%shitlist9 != $null) && (%shitlist10 != $null) && (%shitlist11 != $null) && (%shitlist12 == $null) { set %shitlist12 $$1 $2 | halt }
n226= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 != $null) && (%shitlist7 != $null) && (%shitlist8 != $null) && (%shitlist9 != $null) && (%shitlist10 != $null) && (%shitlist11 != $null) && (%shitlist12 != $null) && (%shitlist13 == $null) { set %shitlist13 $$1 $2 | halt }
n227= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 != $null) && (%shitlist7 != $null) && (%shitlist8 != $null) && (%shitlist9 != $null) && (%shitlist10 != $null) && (%shitlist11 != $null) && (%shitlist12 != $null) && (%shitlist13 != $null) && (%shitlist14 == $null) { set %shitlist14 $$1 $2 | halt }
n228= if (%shitlist1 != $null) && (%shitlist2 != $null) && (%shitlist3 != $null) && (%shitlist4 != $null) && (%shitlist5 != $null) && (%shitlist6 != $null) && (%shitlist7 != $null) && (%shitlist8 != $null) && (%shitlist9 != $null) && (%shitlist10 != $null) && (%shitlist11 != $null) && (%shitlist12 != $null) && (%shitlist13 != $null) && (%shitlist14 != $null) && (%shitlist15 == $null) { set %shitlist15 $$1 $2 | halt }
n229=}
n230=/shitlistview {
n231= window -al @ShitList 230 15 280 285 | titlebar @Shitlist Double Click To Delete
n232= aline @Shitlist 14:::::::::::::::::::[Pr15ojec14t X 15Shitlist14]::::::::::::::::::::
n233= aline @Shitlist 14::[15 %Shitlist1 14]::
n234= aline @Shitlist 14::[15 %Shitlist2 14]::
n235= aline @Shitlist 14::[15 %Shitlist3 14]::
n236= aline @Shitlist 14::[15 %Shitlist4 14]::
n237= aline @Shitlist 14::[15 %Shitlist5 14]::
n238= aline @Shitlist 14::[15 %Shitlist6 14]::
n239= aline @Shitlist 14::[15 %Shitlist7 14]::
n240= aline @Shitlist 14::[15 %Shitlist8 14]::
n241= aline @Shitlist 14::[15 %Shitlist9 14]::
n242= aline @Shitlist 14::[15 %Shitlist10 14]::
n243= aline @Shitlist 14::[15 %Shitlist11 14]::
n244= aline @Shitlist 14::[15 %Shitlist12 14]::
n245= aline @Shitlist 14::[15 %Shitlist13 14]::
n246= aline @Shitlist 14::[15 %Shitlist14 14]::
n247= aline @Shitlist 14::[15 %Shitlist15 14]::
n248=}