Skip to content
General IRCd

SocketBot

A TG007 community discussion started by LAS.

Closed discussion 4 posts
Page 1 of 1
Closed
Topic #3590 · 4 published posts · 1,504 views

Ok I have a small question, I already made my socketbot, but I was wounder is there any way to make the sockets open the channel window like, when you connect to a server without a socket, and it opens the channel window etc? Cuz its really annoying having to make my socketbot open windows for serten channels, and other things.

Why would you use a sockbot ? You wont see that much differents when u use mIRC

Pomperom

1. It dont flood out as much as mIRC. (I could voice 250 users without flooding out)

2. Its a tad bit faster and trust me that makes a diffence.

Thats why.

Both of your points are totally flawed.

 

1) mIRC and your bot (or any other client, for that matter) will flood out the same if you send too much data in such a little time. It makes no difference what you use to connect.

 

2) mIRC has to parse a script every time data comes through the socket rather than just doing whatever it wants to do. There's no question that your socket bot is going to be slower.