Jump to content

Recommended Posts

Posted

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?

Posted

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:/

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
×
×
  • Create New...