DarkAngelBGE Posted March 24, 2007 Posted March 24, 2007 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?
therks Posted March 24, 2007 Posted March 24, 2007 Maybe you put a wrong number somewhere.Ask a vague question, get a vague answer. My AutoIt Stuff | My Github
McGod Posted March 25, 2007 Posted March 25, 2007 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:/ [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now