ezzychat.com
September 04, 2010, 04:40:27 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help chatroom link Search Login Register  
Pages: [1] 2 3 ... 5
 1 
 on: July 11, 2010, 11:07:52 AM 
Started by napa182 - Last post by napa182
copy/paste into a new remote of ur bot. trigger is @riddle

ex:
Quote
<~napa182> @riddle
<&Sick0>  This puzzzle contains three errers - can you find them? [Solution in 10 seconds]
<&Sick0>  [Solution] '1. Puzzzles is spelled wrong. 2. Errers is spelled wrong. 3. There are only 2 errors in the puzzle.'
Code:
on $*:text:/^@riddle$/iS:#: {
  if (!$timer(riddle)) {
    if ($sock(riddle)) sockclose riddle
    sockopen riddle www.randomriddles.com 80
    sockmark riddle msg # 09
  }
}
on *:sockopen:riddle: {
  sockwrite -nt $sockname GET / HTTP/1.1
  sockwrite -nt $sockname Host: $+($sock(riddle).addr,$str($crlf,2))
}
on *:sockread:riddle: {
  var %riddle | sockread %riddle
  if ($regex(%riddle,/<i>(.+)<a.+alert\50(.+)\51.+<\/i>/)) {
    $sock(riddle).mark $regml(1) [04Solution in 10 seconds09]
    .timerriddle 1 10 $sock(riddle).mark [04Solution09] $regml(2)
    sockclose riddle
  }
}

 2 
 on: May 20, 2010, 03:03:00 PM 
Started by napa182 - Last post by napa182
If you would like to register to the forum please go to our live chat by clicking this Live Chat link
and ask in #lobby .
thank you.
EzzyChat Staff

 3 
 on: May 15, 2010, 08:27:47 AM 
Started by napa182 - Last post by napa182
I have locked the registration to the forum. we will only let people register to the forum if they are members of the live chat. cuz of the aholes that think it's funny to spam bullshit here....

 4 
 on: May 14, 2010, 08:45:00 PM 
Started by napa182 - Last post by napa182
Stop the spam or i will lock down the site to new users and il only allow only new members that join our live chat server.

Please click the this link LIVE CHAT
make sure you have java

if you have mIRC then copy/paste this in ur status window
/server -m irc.ezzychat.com -j #Lobby
if the dns wont connect then please use the servers ip to connect
/server -m 72.20.22.50 -j #Lobby

 5 
 on: May 07, 2010, 10:57:21 AM 
Started by napa182 - Last post by napa182
copy/paste into ur bot's remotes trigger is @p or @g

@p for pirate quotes and @g for gangsta quotes


Quote
<~napa182> @p
<&Sick0> Your new Pirate quote: I shall plank that rum junkie with my anchor. Shiver me timbers!
<~napa182> @g
<&Sick0> Your new Gangsta quote: To shank or not to shank: that is the question.

Code:
on $*:text:/^@(p|g)$/iS:#: {
  if ($sock(pg)) sockclose pg
  sockopen pg gangstaname.com 80
  sockmark pg $+(/quotes/,$iif($regml(1) = p,pirate,gangsta)) msg #
}
on *:sockopen:pg: {
  sockwrite -nt $sockname GET $gettok($sock(pg).mark,1,32) HTTP/1.1
  sockwrite -nt $sockname Host: $+($sock(pg).addr,$str($crlf,2))
}
on *:sockread:pg: {
  var %pg | sockread %pg
  if ($regex(%pg,/<p>Your new (.+):<\/p><h2>(.+)<\/h2>/)) {
    $gettok($sock(pg).mark,2-,32) $+([04,$regml(1),]) $replace($regml(2),&mdash;,-)
    sockclose pg
  }
}




 6 
 on: May 07, 2010, 10:54:11 AM 
Started by napa182 - Last post by napa182
updated again added world news

 7 
 on: May 07, 2010, 10:49:34 AM 
Started by spoonname - Last post by napa182
yes welcome to the fold ;x and yes hop onto the server for live chat

if you have mIRC you can copy/paste this in ur status window
/server -m 72.20.22.50 -j #Lobby
if no mIRC do what jen said to use java

 8 
 on: May 07, 2010, 01:00:43 AM 
Started by spoonname - Last post by Jen
nice to have you have
you might like to try out our live chat room to
there is a link to chat at top
click Chatroom link tab an your there Smiley

 9 
 on: May 04, 2010, 10:35:02 PM 
Started by spoonname - Last post by spoonname
Hey

Really glad to get into this forum
It's what I am looking for.
Hope to know more member here.

 10 
 on: March 04, 2010, 11:11:35 PM 
Started by Pangaea - Last post by Jen
 Cheesy

Pages: [1] 2 3 ... 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!