Eggdrop Tcl Archive

Home | Contact | Forum | Submit a Script

View All Information: Script Id1629

Script Name: MySQL User List Version: 0.1 Author: MPIIIMan Script Date: 02/09/2009 Category: Not specified Downloads: 36 File Name: mysqluserlist.zip Short Description: Populates a MySQL table with the users on a given channel.

Extended Description File

#########################################################################
#
#   MySQL User List Script
#   Author: MPIIIMan
#   Version: 1.0
#   Requirements: libmysqltcl
#   Support: mpiiiman@gmail.com
#
#########################################################################
#
#   Requirements: libmysqltcl
#
#########################################################################
#   
#   General Description:
#   This script populates a MySQL table with the users on a given channel
#   
#   Technical Description:
#   When the bot starts the script, the user table is completely emptied.
#   The user table will get populated after the bot has been on the chan
#   for one minute.
#   The bot will then update the table on JOIN, QUIT, NICK, LEAVE, KICK.
#   Every hour the bot will completely re-synch the table.
#
#########################################################################
#
#   Use the Query below to set up your MySQL Table
#
#########################################################################

CREATE TABLE `irc_users` (

`Username` varchar(255) NOT NULL,
  
 UNIQUE KEY `unique` (`Username`)

);

Latest News

27 Dec 2018 Eggdrop v1.8.4 Stable Release 22 Dec 2018 Eggdrop v1.8.4 Release Candidate 3 15 Dec 2018 Eggdrop v1.8.4 Release Candidate 2 12 Dec 2018 Eggdrop v1.8.4 Release Candidate 1 04 Feb 2018 Eggdrop v1.8.3 Stable Release 13 Jan 2018 Eggdrop v1.8.3 Release Candidate 2

Resources

Eggdrop Community Forum Download Eggdrop Eggdrop Set-up Using your Eggdrop Enhancing Eggdrop Eggdrop Tcl Commands Eggdrop 1.8.3 Documents Eggdrop Config File Unix Shell Commands
Donate Help TclArchive.org with server costs. By donating, you help keep these scripts available to everyone. PayPal

© 2015 - 2022,  Greenwood Web Design