Version: 1.00, by Velocd
Developer Last Online: Nov 2023
Version: 3.0.0
Rating:
Released: 02-14-2004
Last Update: Never
Installs: 63
No support by the author.
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.
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.
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.
I need some help on where to put the code in admincp/index.php for 3.5.0
as my index doesnt match the installation guide. can someone help me on where to put the code?
Code:
path/to/forums/admincp/index.php, find:
// *************************************************
$printhr = false;
if (can_administer('canadminusers'))
Above, paste the following:
construct_nav_spacer();
construct_nav_option('Manage', 'ircadmin.php?do=manage', '|');
construct_nav_group('IRC Channels');
construct_nav_spacer();
But I cant find it, so I tried after my best efforts to put the code in, but I get this error in admincp
Code:
Fatal error: Call to a member function on a non-object in /home/y-10147/www/forums/admincp/ircadmin.php on line 83
I have had installed with 3.0 which worked fine, but I would be nice if I could get it to work with 3.5.0