|
|
| Author |
Message |
braindigitalis Idler

Joined: 22 Sep 2003 Posts: 443 Location: IRC
|
Posted: Aug 23, 2006 11:16am Post subject: WinBot lives again! |
|
|
Hi everyone
I've finally got around to making winbot open source.
WinBot is an open source windows IRC bot written in delphi and C++, which some of you may remember from days of yore (e.g. 2004) back when it was popular and well known. Since then i kind of let the project vanish off the face of the earth when i stopped using windows, however, i am now making the source code available to anyone who wants it. Its available under BSD license, this means you can fork it, hack about with it, and even charge for it if you want. Feel free to do with it as you will, just make sure you give proper credit.
I am also offering all the old versions for download again, these are precompiled versions with installers, as they used to be, the last stable version before development stopped was 2.7
PLEASE NOTE: I WILL NOT BE RELEASING ANY NEW VERSIONS. This is simply so that other people can make something of my abandoned projects
Have fun!
You can find the winbot source code, and all old versions at http://www.winbot.org or http://www.winbot.net -- .co.uk domain to be re-forwarded as soon as jiggy re-appears. |
|
| Back to top |
|
 |
MrBean none

Joined: 20 Nov 2005 Posts: 43
|
Posted: Aug 27, 2006 1:49pm Post subject: |
|
|
cool! i used to use this ages ago. have you not got any of the scripts or addons u used to have on the website because that part of the website doesnt work anymore..
-Liam |
|
| Back to top |
|
 |
braindigitalis Idler

Joined: 22 Sep 2003 Posts: 443 Location: IRC
|
Posted: Aug 27, 2006 5:19pm Post subject: |
|
|
| MrBean wrote: | cool! i used to use this ages ago. have you not got any of the scripts or addons u used to have on the website because that part of the website doesnt work anymore..
-Liam |
I have most of the scripts, but i lost the file manager that displays them and lets you download them :p |
|
| Back to top |
|
 |
Cadet none

Joined: 24 Aug 2006 Posts: 24
|
Posted: Sep 22, 2006 3:51pm Post subject: |
|
|
I've downloaded WinBot again, havn't used it in ages.
But it's good to be able to use it again, thank's.
Cadet. |
|
| Back to top |
|
 |
Crash_ChatNSN Idler

Joined: 07 Nov 2005 Posts: 252 Location: Little Rock Ar
|
Posted: Oct 23, 2006 8:15am Post subject: |
|
|
i miss using win bot  |
|
| Back to top |
|
 |
catgoesmoo none

Joined: 12 Nov 2006 Posts: 3
|
Posted: Nov 12, 2006 11:34am Post subject: script for whois. |
|
|
hi
i wanna know if there is any script or alias that notifies you when they type whois on you? i want something that works for users, not for ircopers..
thanks |
|
| Back to top |
|
 |
Snerf Newbie

Joined: 15 Sep 2004 Posts: 65 Location: IRC
|
Posted: Nov 13, 2006 1:38pm Post subject: |
|
|
| Most , if not all ircd's do not send any kind of a message to normal users when a whois command is sent. Only for ircops. So your sol there. |
|
| Back to top |
|
 |
PingBad Guru

Joined: 05 Feb 2005 Posts: 2012 Location: New Zealand
|
Posted: Nov 14, 2006 12:48am Post subject: |
|
|
| Hate to continue going off topic here, but there is a module for UnrealIRCd that allows users to do what catgoesmoo is asking for. |
|
| Back to top |
|
 |
addshore none

Joined: 31 Aug 2006 Posts: 36
|
Posted: Nov 16, 2006 2:10pm Post subject: |
|
|
| is there any chance that you could let us download every script you have? |
|
| Back to top |
|
 |
amac none

Joined: 24 Sep 2006 Posts: 27
|
Posted: Nov 16, 2006 5:19pm Post subject: |
|
|
| WinBot is a great bot. It is simple for new user to use. It would be great if there was more scripts for it though. |
|
| Back to top |
|
 |
FBI Guru

Joined: 19 Aug 2005 Posts: 1494 Location: Federation Of Bored IRC'ers
|
Posted: Nov 16, 2006 8:21pm Post subject: |
|
|
You guys...
Most of the script is Part of the WinBot file you just gotta look...
I have most of the scripts....
Stop posting here and let this thread die... |
|
| Back to top |
|
 |
amac none

Joined: 24 Sep 2006 Posts: 27
|
Posted: Nov 16, 2006 8:50pm Post subject: |
|
|
| Well if all the functions are there is there somewhere that we can send users to learn how to use it? |
|
| Back to top |
|
 |
FBI Guru

Joined: 19 Aug 2005 Posts: 1494 Location: Federation Of Bored IRC'ers
|
Posted: Nov 16, 2006 10:53pm Post subject: |
|
|
| amac wrote: | | Well if all the functions are there is there somewhere that we can send users to learn how to use it? |
Winbot isn't being devloped or supported anymore....
Just download it and play around with it...Its pretty simple you don't really need any help on it...
End of story.... |
|
| Back to top |
|
 |
sir_didymus none

Joined: 17 Jan 2007 Posts: 3
|
Posted: Jan 18, 2007 12:12am Post subject: basic syntax help wanted |
|
|
the winbot script language is said to be "simillar" to perl, which i have some experience with, but it is not perl. I want to be able to write some very basic scripts but am unsure how to.
for example a script that can repeat back what has been said to it, $1 gives the first word $2 the second etc, but how do i get the whole sentance?
is there any information on how to use this language? basic commands available etc? |
|
| Back to top |
|
 |
braindigitalis Idler

Joined: 22 Sep 2003 Posts: 443 Location: IRC
|
Posted: Apr 06, 2007 7:16am Post subject: Re: basic syntax help wanted |
|
|
| sir_didymus wrote: | the winbot script language is said to be "simillar" to perl, which i have some experience with, but it is not perl. I want to be able to write some very basic scripts but am unsure how to.
for example a script that can repeat back what has been said to it, $1 gives the first word $2 the second etc, but how do i get the whole sentance?
is there any information on how to use this language? basic commands available etc? |
You can find all the commands in the help file winbot.chm which is installed by default with the bot. For what you ask, the whole sentence, you need to specify $1-.
WinBot has *many many* functions, and the help file is quite a hefty read. I wouldn't say it is like perl at all, it's probably closer to some bastard-child of mirc-script and batch scripting
On that note it does have support for perl too and support for plugins, which are all documented in the help file with the wbs scripting. |
|
| Back to top |
|
 |
|