Jump to content

Why is sending messages to an irc channel taking so long?


Recommended Posts

Hi all I made a little irc channel bot that auto warns users if they use swear words.

However, I am sending like three lines per warning. It takes the bot about 2-3 seconds after every line to submit the next. Using ConsoleWrite for testing it works like a charm, very quickly.

Is there an irc restriction? Doubt it, because when I amconnected to mIrc I can type many lines very quickly, too.

Anybody?

Link to comment
Share on other sites

Try using @CRLF and putting multiple messages in one send like

TCPSend("PRIVMSG #Channel :I'm going to warn you for spamming" & @CRLF & "PRIVMSG #Channel :Warn added")

etc.. I'd have to try it on my bot:/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...