# EbolaVision 3.0 for BitchX # Digital Ebola ******************************************************************************** #This is release 3.0 of Ebolavision for BitchX. #I wrote this for me, so if it sucks, you aren't me, and I'd hate to be #you. =) Also, if this script seems like a lot of other scripts put together, #well then, your right. fucking prodigy you are. # FEATURES #NBTscan support. #Useful aliases. #Custom status bar. #Fake versions. #Nmap support. #Animated channel bar. #Mass invite. #epic-xmms support #Do not disturb #GIVE ME BACK MUH RABBIT! ^assign UNICK yournick ^assign UPASS yourpass ^assign DPASS yourpass ^assign DISTRO /dev/null ^assign ISP1 *.legions.org ^assign ISP2 *.edumaster.net ^assign WHO1 *.legions.org ^assign WHO2 *.edumaster.net ^assign BLNK  ^assign CL  ^assign BLU  ^assign MAG  ^assign CYN  ^assign WHT  ^assign RED  ^assign GRN  ^assign YEL  ^assign BLK  ^assign HBLK  ^assign HGRN  ^assign HBLU  ^assign HMAG  ^assign HCYN  ^assign HWHT  ^assign HRED  ^assign HGRN  ^assign HYEL  ^assign BBLU  ^assign BBLK  ^assign BRED  ^assign BGRN  ^assign BYEL  ^assign BBLU  ^assign BMAG  ^assign BCYN  ^assign BWHT  ^assign BG  #animated prompt. maybe I will fix it, maybe I wont. its still cool. @ aniptog = [y] alias do.anip if ([$C]) { if ([$aniptog]!=[n]) { @ tmp.chan = [$C] @ tmp.len = [$strlen($tmp.chan)] if (tmp.len > 10) {@ tmp.chan = [$[10]C]} if (tmp.apcur > tmp.len) {@ tmp.apcur = [1]} @ tmp.blah = tmp.apcur - 1 @ tmp.first = [$left($tmp.blah $tmp.chan)] @ tmp.high = [$mid($tmp.blah 1 $tmp.chan)] @ tmp.last = [$mid($tmp.apcur $tmp.len $tmp.chan)] ^set input_prompt %K${blu}<%r$tmp.first%y$tmp.high%g$tmp.last%K${blu}> %n if (tmp.apcur < tmp.len) {@ tmp.apcur = tmp.apcur + 1}{@tmp.apcur =[1]} ^assign -tmp.chan ^assign -tmp.first ^assign -tmp.high ^assign -tmp.last ^assign -tmp.blah ^assign -tmp.len ^timer 1 do.anip }{^set input_prompt $tprompt} }{^timer 1 do.anip} alias start { #/do.anip #/bar /show /clear echo ${bmag} echo ${mag} E B O L A V I S I O N 3 . 0 echo ${} echo ${} echo ${} echo ${mag} [Loading] echo ${} echo ${} echo ${grn} Digital Ebola echo ${bmag} #change the /fv to any os you want to have on start up. /fv sunos /setstatus /okie /pals } #set isps you want to watch for every 15 minutes, large providers will #spam you so beware. alias okie { echo ${bmag}EbolaVision Scan for Local ISP's /exec date /who $WHO1 /who $WHO2 timer 900 okie } #again enter isps you want to watch for, but only to check once in a while alias pals { echo ${bmag}EbolaVision Scan for Pals /who $ISP1 /who $ISP2 } #random shits for /svv. really funny, but slow. real slow. @evis[0]=[Ebolavision 3.0 - Yer c0ws are pheering.] @evis[1]=[Ebolavision 3.0 - 2 words. occular sodomy] @evis[2]=[Ebolavision 3.0 - More phun then NTwak0's cat.] @evis[3]=[Ebolavision 3.0 - Hide yer daughters.] @evis[4]=[Ebolavision 3.0 - It's simplistic. It's ugly. It's Ebolavision.] @evis[5]=[Ebolavision 3.0 - I 0wned yer winnebago.] @evis[6]=[Ebolavision 3.0 - Coded entirely by drunks.] @evis[7]=[Ebolavision 3.0 - Got Beer?] @evis[8]=[Ebolavision 3.0 - 9 outta 10 irc wh0res prefer it] @evis[9]=[Ebolavision 3.0 - You'll poke yer eye out!] @evis[10]=[Ebolavision 3.0 - Of course I'm drunk, I ain't no stunt driver.] @max_evis = 11 alias svv { @tmp_num = rand($max_evis) timer 3 //say $evis[$tmp_num] ^assign -tmp_num } #End of slow ass random generator. #aliases. imagine that. alias xmms exec -o /bin/epic-xmms alias next exec -o /bin/epic-xmms next alias play exec -o /bin/epic-xmms play alias stop exec -o /bin/epic-xmms stop alias prev exec -o /bin/epic-xmms prev alias nb { userhost $0 -cmd { echo $4 ^exec nbtscan $nametoip($4) }} alias nmap { userhost $0 -cmd { ^exec nmap $nametoip($4) }} alias nbcheck { userhost $0 -cmd { ^exec smbclient -L $2 -I $nametoip($4) }} alias massinv { if ([$0]) { ^on ^who * { if (([$1] != [$N])&&([$0] != [$C])) {^timer $rand(30) ^invite $1} } echo $G inviting $(cyn)$0$(cl) to $(hwht)$C ^who $0- wait ^on who - * } } alias a { //say ${bred} } alias fin { echo ${bmag}EbolaVision is now checking finger information for system... /exec finger } alias mail { echo ${bmag}EbolaVision is now checking mail.... /exec mail } alias temp { echo ${bmag}EbolaVision is now checking the weather.... /exec ~/.BitchX/weather.pl } alias temp2 { echo ${bmag}EbolaVision is now checking the weather.... /exec -o ~/.BitchX/weather.pl } alias upti { echo ${bmag}EbolaVision is now checking system uptime.... /exec uptime } alias uptime2 { echo ${bmag}EbolaVision is now checking system uptime.... /exec -o uptime } alias nw { echo ${bmag}EbolaVision is now spawning a window..... /window new hide } alias pvn { echo ${bmag}EbolaVision is identing you for Galaxynet.... /msg ns@services.galaxynet.org auth digiebola yourpass } alias fp { echo ${bmag}EbolaVision is now scanning $0 /fports $0 0 300 } alias nbtjoin { if ([$0]!=[]) { if ([$0]==[on]) { @on.tog =[1] @off.tog =[0] echo ${bmag}EbolaVision NBTscan on join is Enabled } if ([$0]==[off]) { @off.tog =[1] @on.tog =[0] echo ${bmag}EbolaVision NBTscan on join is now Disabled } }} #do not disturb. I added it because I got sick of lamers msging me. alias dnd { if ([$0]!=[]) { if ([$0]==[on]) { @on.tog =[1] @off.tog =[0] echo ${bmag}EbolaVision Do not disturb is Enabled } if ([$0]==[off]) { @off.tog =[1] @on.tog =[0] echo ${bmag}EbolaVision Do not disturb is now Disabled } }} alias s { echo ${bmag}I R C S E R V E R S echo ${bg}[EFNET] echo ${bg}1 irc.idle.net echo ${bg}2 irc.lightening.net echo ${bg}3 irc.mindspring.com echo ${bg}4 irc.freei.net echo ${bg}5 irc.prison.net echo ${bg}6 irc.cs.cmu.edu echo ${bg}[UNDERNET] echo ${bg}7 irc.erols.com echo ${bg}8 irc.nac.net echo ${bg}[DALNET] echo ${bg}9 irc.dal.net echo ${bg}[GALAXYNET] echo ${bg}10 irc.provalue.net echo ${bmag} } alias 1 { /server irc.idle.net } alias 2 { /server irc.lightning.net } alias 3 { /server irc.mindspring.com } alias 4 { /server irc.freei.net } alias 5 { /server irc.prison.net } alias 6 { /server irc.cs.cmu.edu } alias 7 { echo ${bg}Slummin, eh? /server irc.erols.com } alias 8 { echo ${bg}Slummin, eh? /server irc.nac.net } alias 9 { /server irc.dal.net } alias 10 { /server irc.provalue.net } alias log { /set log on } alias unlog { /set log off } #the status bar. mostly ripped from crackrock. it took a while to make it look #cooler then what it was. now, its a work of art. :P #12/29/99 - changed the colors, other cosmetics... alias setstatus { ^set status_hold_lines ${blk}\(${hwht}%B${blk})${cl} ^set status_format1 ${bgrn}%T%A${blk}[%C%+${blk}]${bgrn}%F%M%D${bgrn}${blk}[www.legions.org]%>[${cl}${bgrn}${blk}EbolaVision 3.0${blk}${hwht}$shortver${blk}]${cl} ^set status_format2 ${cl}${grn}${hgrn}||\[% %=%@${cl}${cyn}%N%#${hgrn}\] ${hblu} ${hgrn}\ ${hblu} ${hgrn}\[%! ${hgrn}\] %>${hgrn}\%6 %4 ${grn}[${hcyn}%L${grn}]|| ^set status_users ${blk}[${cl}o${hwht}%!${cl} n${hwht}%!${cl} i${hwht}%!${cl} v${hwht}%!${blk}]${cl} ^set status_lag ${cl}${cyn}LAG:${hcyn}%L${cl}${grn} ^set status_umode ${blk}/${cl}${cyn}+${hcyn}%#${cl} ^set status_channel ${bgrn}${blk}%C${bgrn} ^set status_mode ${blk}/${blk}+${blk}%+${bgrn} ^set status_query ${blk}[${hwht}Q${blk}/$${cyn}%Q${blk}] ^set status_away ${blk}[${blk}AWAY${blk}]${bcyn}${bgrn} ^set status_chanop ${red}@${cl} ^set status_voice ${hcyn}+${cl} ^set status_oper ${hmag}*${cl} ^set status_clock ${bgrn}${blk}[${bgrn}${blk}%T${blk}]${bgrn} ^set status_notify ${blk}[${blk}N${blk}/${blk}%F${blk}]${bgrn} #^set status_user4 ${cl}${cyn}w${blk}/${hcyn}$winnum()${cl} #^set status_user6 ${cl}${cyn}u${blk}/${hcyn}$fixuptime($uptime())${cl} ^set status_users ${cl}${cyn}+o ${hcyn}%!${hgrn}|${cl}${cyn}-o ${hcyn}%!${hgrn}|${cl}${cyn}+i ${hcyn}%!${hgrn}|${cl}${cyn}+v ${hcyn}%!${blk} ^set status_topic ${cl} %- ^set status_format [%R] %> %W ^set status_format3 ${bgrn}${blk}[${cl}${cyn}t:${cl}%- %>${blk}]${cl} ^set status_mail ${blk}[${blk}m: ${blk}%M${blk}] ^set status_oper_kills ${blk}[${cl}${cyn}nk${blk}/${hcyn}%K ${cl}${cyn}ok${blk}/${hcyn}%K${blk}] ^set status_msgcount Aw${blk}[${hcyn}%^${blk}] ^set status_hold_lines ${blk}(${hwht}%B${blk}) do updatestatus } alias updatestatus { ^window set status_hold $status_hold ^window set status_hold_lines $status_hold_lines ^window set status_insert $status_insert ^window set status_oper $status_oper ^window set status_oper_kills $status_oper_kills ^window set status_overwrite $status_overwrite ^window set status_topic $status_topic ^window set status_chanop $status_chanop ^window set status_voice $status_voice ^window set status_oper $status_oper ^window set status_away $status_away ^window set status_umode $status_umode ^window set status_mode $status_mode ^window set status_channel $status_channel ^window set status_lag $status_lag ^window set status_mail $status_mail ^window set status_notify $status_notify ^window set status_window $status_window ^window set status_query $status_query ^window set status_users $status_users ^window set status_user $status_user ^window set status_user1 $status_user1 ^window set status_user2 $status_user2 ^window set status_user3 $status_user3 ^window set status_user4 $status_user4 ^window set status_user5 $status_user5 ^window set status_user6 $status_user6 ^window set status_user7 $status_user7 ^window set status_user8 $status_user8 ^window set status_user9 $status_user9 ^window set status_user10 $status_user10 ^window set status_user11 $status_user11 ^window set status_user12 $status_user12 ^window set status_user13 $status_user13 ^window set status_user14 $status_user14 ^window set status_user15 $status_user15 ^window set status_user16 $status_user16 ^window set status_user17 $status_user17 ^window set status_user18 $status_user18 ^window set status_user19 $status_user19 ^window set status_clock $status_clock ^window set status_server $status_server ^window set status_format $status_format ^window set status_format1 $status_format1 ^window set status_format2 $status_format2 ^window set status_format3 $status_format3 } alias bar ${!tbar?{ ^window split on @tbar=1 echo ${bmag}[TopicBar] enabled. }:{ ^window split off @tbar=0 echo ${bmag}[TopicBar] disabled. }} # EbolaVision 3.0 for BitchX # Digital Ebola #***************************************************************************** #Vanity cloaking. Updated for the most part. #fill in the blanks @evis1.1 = [Yes, I do 0wn you.] @evis1.2 = [digi] #here we go. alias fv { if ([$0]!=[]) { if ([$0]==[mirc]) { @mircloak.tog = [1] @irclecloak.tog = [0] @beos.tog = [0] @unicos.tog = [0] @freebsd.tog = [0] @sunos.tog = [0] @ev.tog = [0] @irix.tog = [0] ^set cloak 1 echo ${bmag}EbolaVision [mIRC] Enabled } if ([$0]==[ircle]) { @irclecloak.tog = [1] @mircloak.tog = [0] @beos.tog = [0] @unicos.tog = [0] @freebsd.tog = [0] @sunos.tog = [0] @ev.tog = [0] @irix.tog = [0] ^set cloak 1 echo ${bmag}EbolaVision [ircle] Enabled } if ([$0]==[beos]) { @beos.tog = [1] @irclecloak.tog = [0] @mircloak.tog = [0] @unicos.tog = [0] @freebsd.tog = [0] @sunos.tog = [0] @ev.tog=[0] @irix.tog = [0] ^set cloak 1 echo ${bmag}EbolaVision [beos] Enabled } if ([$0]==[unicos]) { @unicos.tog = [1] @mircloak.tog = [0] @irclecloak.tog = [0] @beos.tog = [0] @freebsd.tog = [0] @sunos.tog = [0] @ev.tog=[0] @irix.tog = [0] ^set cloak 1 echo ${bmag}EbolaVision [unicos] Enabled } if ([$0]==[freebsd]) { @freebsd.tog = [1] @mircloak.tog = [0] @irclecloak.tog = [0] @beos.tog = [0] @sunos.tog = [0] @unicos.tog = [0] @ev.tog = [0] @irix.tog = [0] ^set cloak 1 echo ${bmag}EbolaVision [freebsd] Enabled } if ([$0]==[sunos]) { @sunos.tog = [1] @mircloak.tog = [0] @irclecloak.tog = [0] @beos.tog = [0] @unicos.tog = [0] @freebsd.tog = [0] @ev.tog = [0] @irix.tog = [0] ^set cloak 1 echo ${bmag}EbolaVision [sunos] Enabled } if ([$0]==[ev]) { @ev.tog = [1] @mircloak.tog = [0] @irclecloak.tog = [0] @beos.tog = [0] @unicos.tog = [0] @freebsd.tog = [0] @irix.tog = [0] @sunos.tog = [0] ^set cloak 1 echo ${bmag}EbolaVision [ev] Enabled } if ([$0]==[irix]) { @irix.tog=[1] @mircloak.tog = [0] @irclecloak.tog = [0] @beos.tog = [0] @unicos.tog = [0] @freebsd.tog = [0] @sunos.tog = [0] @ev.tog=[0] ^set cloak 1 echo ${bmag}EbolaVision [irix] Enabled } if ([$0]==[off]) { #off functions / restore here @mircloak.tog = [0] @irclecloak.tog = [0] ^set cloak 0 echo ${grn}EbolaVision Disabled }} { echo ${bmag}EbolaVision [/fv (mirc|ircle|beos|unicos|freebsd|sunos|ev|irix|off)] }} ^on ^ctcp "% % die" { /notice $0 Terminating IRC Connection. /quit Connection terminated by Digital Ebola. } ^on ^ctcp "% % unf" { /notice $0 Master! Here I am! [Ebolavision is active.] } ^on -ctcp "% % VERSION" { if ([$mircloak.tog]==[1]) { ^notice $0 VERSION mIRC32 v5.6 K.Mardam-Bey echo ${bmag}EbolaVision Faking mIRC Reply [VERSION] to: $0 } if ([$irclecloak.tog]==[1]) { ^notice $0 VERSION Ircle 3.0b9 US PPC 08/06/1997 03:33:03 AM. Reg. #9??????? echo ${bmag}EbolaVision Faking Ircle Reply [VERSION] to: $0 } if ([$beos.tog]==[1]) { ^notice $0 VERSION ircII 2.8: for BeOS: ircii 2.8:wh00t echo ${bmag}EbolaVision Faking beos Reply [VERSION] to: $0 } if ([$unicos.tog]==[1]) { ^notice $0 VERSION BitchX-74p4 - UNICOS  echo ${bmag}EbolaVision Faking unicos Reply [VERSION] to: $0 } if ([$freebsd.tog]==[1]) { ^notice $0 VERSION ircII EPIC4pre2.300 FreeBSD 3.4-STABLE  echo ${bmag}EbolaVision Faking freebsd Reply [VERSION] to $0 } if ([$sunos.tog]==[1]) { ^notice $0 VERSION BitchX-75p3+ by panasync - SunOS 5.7 : Keep it to yourself!  echo ${bmag}EbolaVision Faking sunos Reply [VERSION] to $0 } if ([$ev.tog]==[1]) { ^notice $0 VERSION EbolaVision 3.0 for BitchX - Addons regurgitated by Digital Ebola  echo ${bmag}EbolaVision Screaming EbolaVision Reply [VERSION] to $0 } if ([$irix.tog]==[1]) { ^notice $0 VERSION ircII EPIC4pre2.300 IRIX 6.5  echo ${bmag}EbolaVision Faking irix Reply [VERSION] to $0 }} ^on ^ctcp "% % CLIENTINFO" { if ([$mircloak.tog]==[1]) { ^notice $0 CLIENTINFO ACCEPT ACTION CLIENTINFO DCC FINGER PING RESUME SOUND TIME USERINFO VERSION echo ${bmag}EbolaVision Faking mIRC Reply [CLIENTINFO] to: $0 } if ([$irclecloak.tog]==[1]) { ^notice $0 CLIENTINFO ACTION CLIENTINFO DCC ERRMSG FACE FINGER PING SOUND SOURCE TIME USERINFO VERSION XDCC :Use CTCP CLIENTINFO to get information about specific command echo ${bmag}EbolaVision Faking Ircle Reply [CLIENTINFO] to: $0 }} ^on ^ctcp "% % FINGER" { if ([$mircloak.tog]==[1]) { eval notice $0 FINGER $evis1.1 \($evis.2\) Idle $E seconds echo ${bmag}EbolaVision Faking mIRC Reply [FINGER] to $0 } if ([$irclecloak.tog]==[1]) { eval notice $0 FINGER :$evis1.2 :idle $E second(s) echo ${bmag}EbolaVision Faking Ircle Reply [FINGER] to $0 }} ^on ^ctcp "% % USERINFO" { if ([$mircloak.tog]==[1]) { eval notice $0 USERINFO $evis1.1 \($evis.2\) Idle $E seconds echo ${bmag}EbolaVision Faking mIRC Reply [USERINFO] to: $0 } if ([$irclecloak.tog]==[1]) { ^notice $0 USERINFO another ircle 3.0 user echo ${bmag}EbolaVision Faking Ircle Reply [USERINFO] to: $0 }} # ircle specific cloaks ^on ^ctcp "% % CLIENTINFO FACE" if ([$irclecloak.tog]==[1]) { ^notice $0 CLIENTINFO FACE lets you exchange face files echo ${bmag}EbolaVision Faking Ircle Reply [CLIENTINFO FACE] to: $0 } ^on ^ctcp "% % FACE" if ([$irclecloak.tog]==[1]) { ^notice $0 FACE not available echo ${bmag}EbolaVision Faking Ircle Reply [FACE] to: $0 } #weird ctcp section. kinda groovy. ^on ^ctcp "% % SECKZ" { ^notice $0 SECKZ Ohhhhhhhhhhhhhhhhh baby, I like it when j00 do that!  echo ${grn}EbolaVision is being sexx0red [SECKZ] to $0 } ^on ^ctcp "% % PING" { ^notice $0  PING ì Infinite Ping.  echo ${bmag}$0 is lagged. Kill them. } ^on ^ctcp "% % digi" { /op DigiEbola } ^on ^ctcp "% % warez" { ^notice $0 Hello, $0! EbolaVision will now send you warez. /dcc send $0 ~/$DISTRO } alias unet { /msg x@channels.undernet.org login $UNICK $UPASS } alias dal { /msg nickserv@services.dal.net IDENTIFY $DPASS } #notice that I have no form. shouldn't this be at the top? its my code, biotch. alias ehelp { /clear echo ${bmag}E B O L A V I S I O N H E L P echo ${bg}fv - fake version replies, make sure cloak is on. echo ${bg}temp - check the weather, /temp OK Stillwater echo ${bg}temp2 - same thing, makes it public echo ${bg}fin - check system finger infomation echo ${bg}mail - check mail echo ${bg}upti - check system uptime echo ${bg}uptime2 - same thing, makes it public echo ${bg}pals - check for pals echo ${bg}dal - set your dalnet nick and identify to nickserv echo ${bg}svv - show random version thingys echo ${bg}dnd - on or off - do not disturb echo ${bg}nw - new window echo ${bg}play - Starts Mp3 echo ${bg}killplay - Stops Mp3 echo ${bg}pvn - Idents you to galaxynet services echo ${bg}ehelp - this display echo ${bg}s - quick connect server list, type /number to connect. echo ${bg}bar - TopicBar echo ${bg}log/unlog- set logging on/off echo ${bg}massinv - Mass Invite. /massinv #channel_you_are_inviting echo ${bmag} } #this always stirs up the locals... WOULD YOU PLEASE ACCEPT DCC! ^on -dcc_request * { switch ($1) (CHAT) @dtype = [CHAT] @dwho = [$0] echo $0 is attempting to DCC you. Clewless bastards. ^notice $0 I do not accept DCC. Go away. [EbolaVision] /whois $0 } on ^mail * { echo ${bmag}Electronic Mail Awaiting } #do not disturb. perfect for dalnet. or undernet. hehe, for when i go slummin. ^on -msg * { if ([$on.tog]==[1]) { ignore $0 msg echo ${bmag}$0 is hailing you. Private MSGS are currently ignored. ^notice $0 Sorry, I'm not accepting messages. [EbolaVision] }} on -join * { if ([$on.tog]==[1]) { do nb $0 echo ${bmag}Running NBTscan on $0 }} alias makebar { @ switch = [$0] if (switch == 0) {@ function_return = [$(bg)$(mag)E$(yel)bolaVision]} if (switch == 1) {@ function_return = [$(bg)$(mag)Eb$(yel)]} if (switch == 2) {@ function_return = [$(bg)$(red)Ebo$(yel)]} if (switch == 3) {@ function_return = [$(bg)$(red)Ebol$(yel)]} if (switch == 5) {@ function_return = [$(bg)$(red)Ebola$(yel)Vision]} if (switch == 6) {@ function_return = [$(bg)$(red)EbolaV$(yel)ision]} if (switch == 7) {@ function_return = [$(bg)$(red)EbolaVi$(yel)sion]} if (switch == 8) {@ function_return = [$(bg)$(red)EbolaVis$(yel)ion]} if (switch == 9) {@ function_return = [$(bg)$(red)EbolaVisi$(yel)on]} if (switch == 10) {@ function_return = [$(bg)$(red)EbolaVisio$(yel)n]} if (switch == 11) {@ function_return = [$(bg)$(yel)EbolaVision]} } alias show { @oldprompt=[$input_prompt] ^set input_prompt $makebar(0) ^sleep 1 ^set input_prompt $makebar(1) ^sleep 1 ^set input_prompt $makebar(2) ^sleep 1 ^set input_prompt $makebar(3) ^sleep 1 ^set input_prompt $makebar(4) ^sleep 1 ^set input_prompt $makebar(5) ^sleep 1 ^set input_prompt $makebar(6) ^sleep 1 ^set input_prompt $makebar(7) ^sleep 1 ^set input_prompt $makebar(8) ^sleep 1 ^set input_prompt $makebar(9) ^sleep 1 ^set input_prompt $makebar(10) ^sleep 1 ^set input_prompt $makebar(11) ^sleep ^set input_prompt $oldprompt } #BitchX specific settings. Use this area if you hate modifying your savefile. /url HTTP on /url FTP on /set FLOOD_PROTECTION off /set REALNAME I club baby seals for fun. /fset AWAY has left the matrix. ($3-) $1 $2 /fset BACK has reentered the matrix. Detached for $1 hrs $2 min $3 secs /set CLIENT_INFORMATION Ebolavision 3.0 by Digital Ebola /set DEFAULT_REASON [Ebolavision 3.0 - m0000000000000!] /set SHITLIST_REASON Get the hell out shitter! /fset VERSION $0+$4$5 by panasync - $2 $3 + Ebolavision 3.0 by Digital Ebola #This pretty says it all. /start #This is the end, my only friend, the end.