Jump to content

Tewl

Members
  • Posts

    61
  • Joined

  • Last visited

About Tewl

  • Birthday 09/18/1983

Profile Information

  • Gender
    Male
  • Country
    United States

Tewl's Achievements

  1. Luckily it did not come close to my home but some of my friends and family in the downtown Birmingham area were not so lucky. Still waiting to hear from some of them, hoping they are all okay.
  2. For those of you who do not watch the news. Yesterday we had a severe tornado storm here in central Alabama. Found this video someone posted of some close up footage of the twister. http://www.youtube.com/watch?v=5ohIVzIZLuQ&feature=player_embedded
  3. They probably just put together a custom IRC server that doesn't follow the conventions in order to keep people from easily accessing their servers via third party applications. From a business standpoint this is probably just a way of justifying their pay service. What you need to do is get a packet analyzer (Ethereal is a good one) and connect to their servers and see what information their java client is sending to the server in order to initiate the client-server authentication as well as learn their server commands. From their you can put together a script or bot connect to their servers. If you aren't knowledgeable with scripting or programming you could publish the information you find about their servers on the forums and you might get some help from the members here.
  4. Can try something like this ; font $getstyle(1,$1-) ; color $getstyle(2,$1-) ; bold $getstyle(3,$1-) ; italic $getstyle(4,$1-) alias getstyle { var %r $regex(STYLE,$2-,/^##\*#(.*)~#(.*)~(0|1)~(0|1)#\*##/gi) if ($1 == 1) return $regml(STYLE,1) if ($1 == 2) return $regml(STYLE,2) if ($1 == 3) return $regml(STYLE,3) if ($1 == 4) return $regml(STYLE,4) }
  5. This will open the query raw whisper:*:{ .query $nick .echo -mbflirt $nick $+($nick,11: $3-) .halt } Code for input on *:input:?: { if ($left($1-,1) != /) && ($comchan($active,0) > 0) { .whisper $comchan($active,1) $active $1- .echo -mbflirt $active $+($me,: $1-) .halt } }
  6. XChat and Gaim are linux irc clients
  7. I will no longer be updating information about the client here. Instead I have opened a thread for it on my site which you can get the link in my signature here. I have created an installer for the client as well as set it up to check each time it is opened for updates.
  8. Ok if you have downloaded it between the previous post and this one, please redownload DragonChat. A few issues were found and quickly fixed.
  9. Sorry I missed that. Did you sort it out or still having an issue? BY THE WAY! UPDATE!!!! YES EMOTES! I was going to wait until I finished a few more of new options but what the heck. I felt like showing off what I've been focusing on. So check it out and let me know what you think. The emoticons are not animated, this should change in future versions but for now be happy with this much!
  10. maybe but i really prefer to code for a single server.
  11. Heres a week of the main window. There is still some work to be done with it but I am hoping to be ready for another release by the weekend.
  12. I have started implementing the new textbox into the the client. I started testing on whisper windows first.
  13. STFU - SEE HAR RAWR WAT BLAH SEE MEH! If you dont't get it you are fail LOL
  14. It's nice I guess, but unnecessary to write a socket connection if you aren't going to use CLIENTMODE cd1
×
×
  • Create New...