GuitarMasterx7

GuitarMasterx7

Joined
Jan 02, 2010
Occupation
irc.swiftirc.net > #Hawkee : #MangaReader : what?!
Location
Kissimmee, FL
Interests
reading, scripting, [always on RS >.>], playing Call of Duty MW2, [i ish a gamerrrr]

Activity Stream

GuitarMasterx7 commented on a Page, Youtube advanced search  -  Jan 10, 2014

Aw it doesn't show the title anymore

GuitarMasterx7   -  Jan 10, 2014

Alright... so for the life of me I still cannot figure out Sockets...

(This was just me practicing and this doesn't work for me >_<")

alias Warframe {
  if ($regex($1-, /\Qwarframe.com/news/=\E(\w+)$/)) {
    sockclose Warframe
    sockopen Warframe www.Warframe.com 443
    sockmark Warframe $regml(1)
  }
  else {
    echo $color(info) -aef /Warframe: invalid link
    halt
  }
}

on *:sockopen:Warframe: {
  sockwrite -n Warframe GET /news/ $+ $sock($sockname).mark HTTPS/1.1
  sockwrite -n Warframe Host: www.Warframe.com
  sockwrite -n Warframe $crlf
}

on *:sockread:Warframe: {
  var %x
  sockread %x
  if ($regex(%x, <meta name="title" content="(.+)">)) {
    set %title. $+ $sockName $regml(1)
    echo -a Title: $($+(%, title., $sockname), 2) $&
      unset %*. $+ $sockname 
    sockclose $sockname
  } 
}

What i really want was for my bot to do is

(04:53:45) <@Kevykins> [!@.`]news
(04:53:46) <@War|Hero> The latest news Can be found here: (and itll pull the latest news from either the official website,
[a href="https://warframe.com/news/warframe-prime-time-11"]Official link[/a] or from the forum i made {which is a proboards}
[a href="http://warframe-hero.boards.net/thread/5/warframe-prime-time"]Proboards Link[/a])

So in other words

(04:53:45) <@Kevykins> [!@.`]news
(04:53:46) <@War|Hero> The latest news Can be found here: and also:
(Doesn't necessarily have to display both links, i would much rather use the Proboards link, but if its to difficult i'll jus settle for the official0

Or if its possible make the word "here" and "also" the link. so they jus click those words...

and you know the usual
@ = channel
!.` = Notice

GuitarMasterx7 commented on GuitarMasterx7's Thread  -  Jan 10, 2014
GuitarMasterx7   -  Jan 10, 2014

Are the forums gone? T_T...
But hi, I'm back >.>

GuitarMasterx7 liked a Comment, (2010) New year Conut Down!!!  -  Sep 05, 2012
GuitarMasterx7 is now following Hawkee  -  May 02, 2012
GuitarMasterx7 commented on Hawkee's Thread  -  May 02, 2012
GuitarMasterx7 commented on a Page, Minutes, Hours, Days from now, Time ago in words  -  Mar 03, 2012

ohnice. good stuff ;o

 Respond  
GuitarMasterx7 liked a Page, Web Site Advisor  -  Sep 02, 2011
GuitarMasterx7 liked a Comment, Web Site Advisor  -  Sep 02, 2011
GuitarMasterx7 liked a Comment, Random Condom Slogans  -  Jun 19, 2011
GuitarMasterx7 commented on a Page, Bar (Revamped)  -  Mar 18, 2011

don't not is ia double negative... unless you mean do not?

 Respond  
GuitarMasterx7 liked a Comment, here  -  Mar 14, 2011
GuitarMasterx7 commented on a Page, Channel Stats   -  Jan 19, 2011

ohh very nice

 Respond  
GuitarMasterx7 liked a Page, Channel Stats   -  Jan 19, 2011
GuitarMasterx7 commented on a Page, Slap Script  -  Jan 07, 2011

instead of ppl having to change the YOURBOT
text, replace it wif $me

on *:ACTION:*slaps $me around a bit with a large trout:#: {
 Respond  
GuitarMasterx7 commented on a Page, JS/Jquery Pong game  -  Dec 14, 2010

cant get it to work =[
dk what goes here

<script src='JQUERY LINK'></script>

nvm i got it D:

 Respond  
GuitarMasterx7 commented on a Page, gift command  -  Dec 09, 2010

oh yea ur right =[ lolz

 Respond  
GuitarMasterx7 commented on a Page, gift command  -  Dec 09, 2010

i like my alias D:!

 Respond  
GuitarMasterx7 commented on a Page, Tagcloud Font Distributor  -  Dec 08, 2010

ah i see. thank you;3

 Respond  
GuitarMasterx7 commented on a Page, Tagcloud Font Distributor  -  Dec 08, 2010

i know this is old butttttt
would this work in Adobe Dreamweaver CS3?

and where would i put this...

 Respond  
GuitarMasterx7 commented on a Page, gift command  -  Dec 03, 2010

lolz whoops D:
i have two comp classes
Digital Design, and Web Design
they get kinda boring after you finish your work so i jus check Hawkee forums lolz

 Respond  
GuitarMasterx7 commented on a Page, gift command  -  Dec 02, 2010

what is the point of this anyways?

ppl really think this is jus a pastebin >_>

lets try out my failed attempt
at making this any less lammme...
[cant test it im in school =[ ]

on $*:text:/^[!.]gift/Si:#:{
  if $regex($1,/^[.!]gift$/Si) {
   if !%f
    inc -u5 %f
      .describe # Gives $nick a $Gift 
 }
}

alias -l Gift {
  var %x = $r(1,4)
  if %x = 1 { return Tree | halt }
  if %x = 2 { return $nick(#,$r(1,$nick(#,0)))  | halt }
  if %x = 3 { return Cookie! | halt }
  if %x = 4 { return coal | halt }
}
 Respond  
GuitarMasterx7 commented on a Page, Op Yourself When Deop & UnBan Yourself When Banned  -  Nov 15, 2010

ah... makes sense o.O

 Respond  
GuitarMasterx7 commented on a Page, Op Yourself When Deop & UnBan Yourself When Banned  -  Nov 12, 2010

can you explain

  elseif ($regex($1,/(\+[^\-]*b)/)) && ($2 iswm $ial($me)) {

wha dat does o.O

 Respond  
GuitarMasterx7 commented on a Page, Simple Auto Identify (NickServ)  -  Nov 02, 2010

not ALL of us are retards T_T

 Respond  
GuitarMasterx7 commented on a Page, Simple Auto Identify (NickServ)  -  Nov 02, 2010

i lied, that was totally aimed at you...
but nice save by me ;D

 Respond  
GuitarMasterx7 commented on a Page, Simple Auto Identify (NickServ)  -  Nov 02, 2010

i was jus sayin in general, not that you did or didnt D:

 Respond  
GuitarMasterx7 commented on a Page, mSL Mafia Wars  -  Nov 02, 2010

well first off it doesnt work cause you have
to go into your Variables section of your snippet editor
and add
%MafiaWars#channelname

or jus go through the code changing %mafiawarto your channel

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.