Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

WinBot lives again!
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Scripts
Author Message
braindigitalis
Idler
Idler


Joined: 22 Sep 2003
Posts: 443
Location: IRC

PostPosted: Aug 23, 2006 11:16am    Post subject: WinBot lives again! Reply with quote

Hi everyone Smile

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 Smile

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
none


Joined: 20 Nov 2005
Posts: 43

PostPosted: Aug 27, 2006 1:49pm    Post subject: Reply with quote

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
Idler


Joined: 22 Sep 2003
Posts: 443
Location: IRC

PostPosted: Aug 27, 2006 5:19pm    Post subject: Reply with quote

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
none


Joined: 24 Aug 2006
Posts: 24

PostPosted: Sep 22, 2006 3:51pm    Post subject: Reply with quote

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
Idler


Joined: 07 Nov 2005
Posts: 252
Location: Little Rock Ar

PostPosted: Oct 23, 2006 8:15am    Post subject: Reply with quote

i miss using win bot Smile
Back to top
catgoesmoo
none
none


Joined: 12 Nov 2006
Posts: 3

PostPosted: Nov 12, 2006 11:34am    Post subject: script for whois. Reply with quote

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
Newbie


Joined: 15 Sep 2004
Posts: 62
Location: IRC

PostPosted: Nov 13, 2006 1:38pm    Post subject: Reply with quote

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
Guru


Joined: 05 Feb 2005
Posts: 1955
Location: New Zealand

PostPosted: Nov 14, 2006 12:48am    Post subject: Reply with quote

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
none


Joined: 31 Aug 2006
Posts: 36

PostPosted: Nov 16, 2006 2:10pm    Post subject: Reply with quote

is there any chance that you could let us download every script you have?
Back to top
amac
none
none


Joined: 24 Sep 2006
Posts: 27

PostPosted: Nov 16, 2006 5:19pm    Post subject: Reply with quote

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
Guru


Joined: 19 Aug 2005
Posts: 1494
Location: Federation Of Bored IRC'ers

PostPosted: Nov 16, 2006 8:21pm    Post subject: Reply with quote

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
none


Joined: 24 Sep 2006
Posts: 27

PostPosted: Nov 16, 2006 8:50pm    Post subject: Reply with quote

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
Guru


Joined: 19 Aug 2005
Posts: 1494
Location: Federation Of Bored IRC'ers

PostPosted: Nov 16, 2006 10:53pm    Post subject: Reply with quote

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
none


Joined: 17 Jan 2007
Posts: 3

PostPosted: Jan 18, 2007 12:12am    Post subject: basic syntax help wanted Reply with quote

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
Idler


Joined: 22 Sep 2003
Posts: 443
Location: IRC

PostPosted: Apr 06, 2007 7:16am    Post subject: Re: basic syntax help wanted Reply with quote

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 Wink

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
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Scripts All times are GMT - 6 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer