Adam1213 Posted January 28, 2006 Share Posted January 28, 2006 (edited) The code for my IRC client. irc2.5.1.0.au3Compiled version run this to get the include files which will end up at %programfiles%\Adam1213\Features:Connect 4Different colours for server messages, your messages and others messages.Converts low level irc to higher level to proccess it further (makes it easy to write functions)Colours, facesMultiple room supportUserlist (menu when you click on it)Makes it easy to do channel managingCan flash when a message is receivedPlays a sound when you send a message and when a message arrives.Does ping, finger, time, version repliesLinks, [[wiki links]]GUI for settingswrites some settings to registry (connection, password encrpted, nick, default room)The other settings are written to an ini (this allows sharing settings without sharing the things you dont want to)msgbox, tray commandsVersion 2.5.1.0 does not use callI did the settings GUI in koda I wrote a program to help write the code for maniplulating everything in the settings GUI. Automate_script_writing_for_irc_0.2.au3I have 11mb of backups!I am slowly making changed to it, if anyone has a suggesting please make it! Edited January 11, 2007 by Adam1213 IRC Client - 75 pages 3728 lines. Blob crumbler (game)Backup (drag to backup + cmd line)RS232 Link to comment Share on other sites More sharing options...
w0uter Posted January 28, 2006 Share Posted January 28, 2006 you shouldnt use stuff like: Call("onsend") it should just be onsend() My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
jaenster Posted April 7, 2006 Share Posted April 7, 2006 Thats ALLOT of code ! -jaenster Link to comment Share on other sites More sharing options...
jackyyll Posted April 7, 2006 Share Posted April 7, 2006 Yeah O_o How long did this take to write? Link to comment Share on other sites More sharing options...
Adam1213 Posted April 8, 2006 Author Share Posted April 8, 2006 (edited) Yeah O_o How long did this take to write? A long time.I have 10.7 mb of backups (159 backups in total) + programs to make writing it easier (settings GUI saving and reading values was generated by a program I made (a lot of it))have a look at the html help file for an idea or the comiled one (not updated as much).I have a version with a feature to work with a bot which I did not include in the version I uploaded.Also look at connect 4 code (my friend wrote connect 4 http://eonclub.tk)) it adds to the size of the code.An array to manage the tab userlists and saving properly all the log files still is not in the code, but everything else is....I started on it 1/12/05Any ideas for improvements (with code would be really good) Edited April 8, 2006 by Adam1213 IRC Client - 75 pages 3728 lines. Blob crumbler (game)Backup (drag to backup + cmd line)RS232 Link to comment Share on other sites More sharing options...
MadBoy Posted April 8, 2006 Share Posted April 8, 2006 When you choose Help from the menu you can clearly see 'CMD' window that shows up and dissapears.. try @SW_HIDE. My little company: Evotec (PL version: Evotec) Link to comment Share on other sites More sharing options...
Adam1213 Posted April 8, 2006 Author Share Posted April 8, 2006 When you choose Help from the menu you can clearly see 'CMD' window that shows up and dissapears.. try @SW_HIDE.it is using guisethelp so that will not work... I suggest improving guisethelp to allow a hide option but there are still other ways.... IRC Client - 75 pages 3728 lines. Blob crumbler (game)Backup (drag to backup + cmd line)RS232 Link to comment Share on other sites More sharing options...
jaenster Posted July 5, 2006 Share Posted July 5, 2006 Nice work adam -jaenster Link to comment Share on other sites More sharing options...
jaenster Posted July 19, 2006 Share Posted July 19, 2006 Bump This amazing script need anyone to see -jaenster Link to comment Share on other sites More sharing options...
themax90 Posted July 19, 2006 Share Posted July 19, 2006 Bump. I am glad someone else has joined in on communication. I really need a developer for my AutoIt ITS Advanced Client. Perhaps you can check it out, see the www.autoit-its.com link in my signature, and goto the forums and register and post something. I'm sure the other active developers will be thrilled if you deside to help. Nice script. Link to comment Share on other sites More sharing options...
w0uter Posted July 19, 2006 Share Posted July 19, 2006 You dont want him. He uses Call() My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
themax90 Posted July 19, 2006 Share Posted July 19, 2006 I need a client end guy. No one, and I say NO ONE develops on AdminDB or the Server but me. I get ideas, I add them. Because I am the only one who knows exactly how it all works and I am almost done documenting it. He would build a GUI and work it all out and I would edit it, clean it up so it looks professional. I just need a basics guy. Link to comment Share on other sites More sharing options...
jaenster Posted July 20, 2006 Share Posted July 20, 2006 Its simpely amazing -jaenster Link to comment Share on other sites More sharing options...
Adam1213 Posted December 26, 2006 Author Share Posted December 26, 2006 Ty for the feedback. None of my programs after it uses call, this was my first big program and still remains my bigest program. If anyone is writing an IRC client and wants code for something like the userlist, my IRC client will have it. IRC Client - 75 pages 3728 lines. Blob crumbler (game)Backup (drag to backup + cmd line)RS232 Link to comment Share on other sites More sharing options...
Adam1213 Posted January 11, 2007 Author Share Posted January 11, 2007 Just in case anyone gets here and thinks i still use call I do not. IRC Client - 75 pages 3728 lines. Blob crumbler (game)Backup (drag to backup + cmd line)RS232 Link to comment Share on other sites More sharing options...
jaenster Posted January 11, 2007 Share Posted January 11, 2007 i Think nobody use irc.. But i like it, I Creating my irc bot at the moment, But i dont know.. Maby nobody knows irc. -jaenster Link to comment Share on other sites More sharing options...
Adam1213 Posted January 14, 2007 Author Share Posted January 14, 2007 i Think nobody use irc..But i like it, I Creating my irc bot at the moment, But i dont know.. Maby nobody knows irc.There used to be intergration with a bot on IRC in my client, I still have the code in my collection of 11mb of backups. IRC Client - 75 pages 3728 lines. Blob crumbler (game)Backup (drag to backup + cmd line)RS232 Link to comment Share on other sites More sharing options...
jaenster Posted February 18, 2007 Share Posted February 18, 2007 Nice -jaenster Link to comment Share on other sites More sharing options...
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