Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Eggdrop IRC Manager Details »»
Eggdrop IRC Manager
Mod Version: 1.00, by Velocd (Coder) Velocd is offline
Developer Last Online: Nov 2005 I like it Show Printable Version Email this Page

This modification is in the archives.
vB Version: 3.0.0 Rating: (1 vote - 5.00 average) Installs: 63
Released: 14 Feb 2004 Last Update: Never Downloads: 134
Not Supported  



The Eggdrop IRC Manager (EIM) is a TCL script for NIX Eggdrop or Win32 Windrop.

It will allow you to refresh your forum home with information about your channel, such as the nicks currently in it, the record users, and the activity of the channel.

This is a port from my IRC Channel Manager, yet that hack was for MIRC and had some bugs.

I created a new thread for this hack as the audience is different. Most people seeking eggdrops wont look into the mIRC thread.

The eggdrop version is far better than the former, so I highly recommend you make the switch if you're capable of running eggdrop.

Demos:
http://www.animesystem.com/forums/
http://www.buckeyeplanet.com/forum/

Quick overview of features
  • Uses MySQL database to store information.
  • Stable, fast, easy to deploy and use.
  • AdminCP interface for managing channels.

Only drawback currently is that you must run multiple bots with the script if you intend to update multiple channels. I will be working on a version that allows 1 bot to update multiple channels.

For those using IRC Channel Manager, making the upgrade is easy, just refer to the installation manual.

Examples attached. Enjoy!

Notice 1:

Ah yes, I forgot to mention the two manual bot commands in the documentation.

As a bot owner, type !refresh to manually refresh the channel. Type !startact to do the initial start of the activity timer. Both these commands should be performed when you first place your bot on the channel or after you rehash it when installing the script. You wont have to run these scripts again, unless your bot exits the channel.

Notice 2:

Your bot will refresh your channel whenever someone leaves, changes nick, joins, is kicked, topic change, or a mode change occurs (such as someone being op'd, voiced, etc.)

On a large traffic intensive channel, this will make your bot very busy. Just be aware of this. I'll plan for a timer-version, where the bot updates every X minutes, in the future.

FAQ

What is an eggdrop?
http://www.eggheads.org/

Will this work with my java IRC client? (pjIRC, etc.)
Read what an eggdrop is. Once you figure it out, you'll know that they are completely independent things.

How do I start up my own IRC channel?
This thread isn't a beginners guide to IRC. For that, refer to Google:
http://www.google.com/search?hl=en&i...s+guide+to+irc

Will this work with vB 3.x.x?
More than likely, since there is little modification to vBulletin.

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
IRC Manager ( without Eggdrop/Mirc ) leonsio vBulletin 3.5 Add-ons 188 16 Jun 2010 15:25
Eggdrop Irc Manager Akex vBulletin 3.5 Add-ons 79 12 Jun 2010 15:14
IRC post bot - No eggdrop PowerBlade vBulletin 2.x Full Releases 25 15 Apr 2003 21:24

  #61  
Old 16 Apr 2004, 22:38
will_lean will_lean is offline
 
Join Date: Apr 2004
hi ive followed the instructions exactly,i tried installing the irc manager hack first,but that didnt work so i upgraded to the eggdrop version.i dont get any errors but there is no info about the channel displayed,
the bot seems to be able to run the tcl script but it should show the footer block with the info?


why wouldnt the footer channel block be showing up?

Last edited by will_lean : 22 Apr 2004 at 04:04.
Reply With Quote
  #62  
Old 22 Apr 2004, 17:04
RCK's Avatar
RCK RCK is offline
 
Join Date: Jan 2002
Question Problem with Eggdrop 1.6.15 ?

Hi guys,

I'm trying to setup the EIM1.4 under vB 3.0.1 and Eggdrop 1.6.15, under linux.
I've followed the installation twice and performed correctly all the vB operation.
  • I can create #channel via admincp
  • The template is working well
  • The database access is working well (displaying 0 everywhere in template)
It seems that the eggdrop script can't update the channel status to the mysql via irconline.php ...

On the eggdrop part, I have correctly load up the scripts/_egghttp.tcl and scripts/_ircrefresh.tcl
  • When I'm trying to run manual command, nothings append
  • I got strange error message in log
    Tcl error [check_part]: invalid command name "::http::cleanup"
Any Idea ? maybe my egghttp lib is not the good one ? (egghttp.tcl v1.0.5 - by strikelight)
How can I debug the app ?

Thanks in advance, RCK.
Reply With Quote
  #63  
Old 22 Apr 2004, 17:13
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Real name: Mike
I don't know what this egghttp lib is, but I have:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

http::cleanup is a valid command. Maybe you have disabled something in the configuration, or are not loading the library.

I use Windrop, and not currently on my Linux box, so I can't help too much.
Reply With Quote
  #64  
Old 22 Apr 2004, 17:39
RCK's Avatar
RCK RCK is offline
 
Join Date: Jan 2002
Hi VeloCD !

do you know where I can download this version of http.tcl script ?
(I'm using latest version of Eggdrop, and http.tcl don't seems to be present)
Reply With Quote
  #65  
Old 22 Apr 2004, 18:17
RCK's Avatar
RCK RCK is offline
 
Join Date: Jan 2002
I got all the http.tcl package from windrop, I'll try to make them work under eggdrop
Reply With Quote
  #66  
Old 23 Apr 2004, 15:04
RCK's Avatar
RCK RCK is offline
 
Join Date: Jan 2002
Just to told you all that I got the script working correctly under eggdrop !
in fact the http.tcl package is integrated in TCL, but I was running one too much older TCL version (8.0, need 8.2)
Reply With Quote
  #67  
Old 30 Apr 2004, 06:41
daFish's Avatar
daFish daFish is offline
 
Join Date: Nov 2002
Real name: Marcus
Ok i have tried nearly everything but i did not get this to work properly.

The script is in the scripts directory and called by the .conf.
All settings in the files are made but the bot dont refresh the sql table.
Tried the bot commands and nothing happens.

Really strange.
Reply With Quote
  #68  
Old 30 Apr 2004, 08:28
RCK's Avatar
RCK RCK is offline
 
Join Date: Jan 2002
What is your version of eggdrop ? windrop ?
What version of TCL is installed - if you are under linux ?

Question for Velocd :
btw, what is the signification of {} around some nicks ?
Reply With Quote
  #69  
Old 30 Apr 2004, 08:59
daFish's Avatar
daFish daFish is offline
 
Join Date: Nov 2002
Real name: Marcus
Originally Posted by RCK
What is your version of eggdrop ? windrop ?
What version of TCL is installed - if you are under linux ?
Eggdrop v1.6.15
TCL v8.3
Reply With Quote
  #70  
Old 30 Apr 2004, 10:00
RCK's Avatar
RCK RCK is offline
 
Join Date: Jan 2002
I'm also running Eggdrop 1.6.15 & TCL-8.3.3 and got no problem.
You should reinstall Eggdrop IRC Manager, and see if you don't forgot anything.
Reply With Quote
  #71  
Old 30 Apr 2004, 15:53
daFish's Avatar
daFish daFish is offline
 
Join Date: Nov 2002
Real name: Marcus
Originally Posted by RCK
I'm also running Eggdrop 1.6.15 & TCL-8.3.3 and got no problem.
You should reinstall Eggdrop IRC Manager, and see if you don't forgot anything.
I tried this too.
Double checked each setting, re-added the channel in admincp.
Which log could i check to see if theres trouble?
Reply With Quote
  #72  
Old 30 Apr 2004, 17:03
RCK's Avatar
RCK RCK is offline
 
Join Date: Jan 2002
Originally Posted by daFish
I tried this too.
Double checked each setting, re-added the channel in admincp.
Which log could i check to see if theres trouble?
Hum, did you recompile eggdrop since you switched to TCL-8.3 ?

about log, the only error message I get was
- when I was log into the partyline via telnet
- in the ./log/eggdrop.conf

(it was one error about missing TCL http command)
Reply With Quote
  #73  
Old 01 May 2004, 14:05
daFish's Avatar
daFish daFish is offline
 
Join Date: Nov 2002
Real name: Marcus
Originally Posted by RCK
Hum, did you recompile eggdrop since you switched to TCL-8.3 ?

about log, the only error message I get was
- when I was log into the partyline via telnet
- in the ./log/eggdrop.conf

(it was one error about missing TCL http command)
TCL was installed before i used the eggdrop.
Reply With Quote
  #74  
Old 08 May 2004, 13:26
daFish's Avatar
daFish daFish is offline
 
Join Date: Nov 2002
Real name: Marcus
Funny.
I did nothing and its working now.
Reply With Quote
  #75  
Old 10 May 2004, 16:58
RCK's Avatar
RCK RCK is offline
 
Join Date: Jan 2002
Timer problem

Hi !

Eggdrop IRC Manager is working very well here, except for the activity counter.
I tracked the problem and discovered EIM was using the same Time than on other script.
For the moment I have disable the other script, but it's not a final solution :ermm:

How can I make co-operate those both scripts which are using [utimers] ?
Here are the source of symantec.tcl
Attached Files
File Type: txt symantec.tcl.txt (18.1 KB, 18 views)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 19:55.

Layout Options | Width: Wide Color: