SA-MP Forums Archive
IRC bot help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: IRC bot help (/showthread.php?tid=57752)



IRC bot help - Streetplaya - 10.12.2008

Hey,

i'm going to write an IRC bot for linux soon, so... what language should i use?
I thought about C++, but i'm not that experienced yet...

Are there good tutorials somewhere? Didn't found anything on ******.. =|


- MaVe


Re: IRC bot help - -Sneaky- - 10.12.2008

http://forum.sa-mp.com/index.php?board=50.0

C (plugin)?

Or PHP..


Re: IRC bot help - Streetplaya - 10.12.2008

Quote:
Originally Posted by Sneaky*
No plugin dude, i mean a standalone app.


Re: IRC bot help - -Sneaky- - 10.12.2008

Uhh.. PHP then then I guess.. www.php.net


Re: IRC bot help - Streetplaya - 10.12.2008

Yeah but i want to do it in a standalone app (not interpreting things like php...)


Re: IRC bot help - -Sneaky- - 10.12.2008

Meh I dont get it >.> what do you mean by standalone application?

You want to create an IRC BOT.. allright so then scripting it in PHP or MIRC would be the best ok


Re: IRC bot help - Streetplaya - 10.12.2008

You all don't get it? PHP isn't standalone!

I want some tutorials for scripting an IRC bot in C(++)


Re: IRC bot help - roleplayman - 10.12.2008

Quote:
Originally Posted by [1337
MaVe ]
You all don't get it? PHP isn't standalone!

I want some tutorials for scripting an IRC bot in C(++)
most cases you need winsock and just learn about the irc protcol sendpacket recv packet etc..