User contributions for Geo
Jump to navigation
Jump to search
27 December 2022
- 01:0401:04, 27 December 2022 diff hist +1,235 N EggdropRecords Created page with "Eggdrop has two types of records: User records, and channel records. == Struct == {| class="wikitable" |- ! chan_t ! { ! ! ! ! |- | | memberlist *member | { | | | |- | | | char nick[NICKLEN] | | | |- | | | char userhost[UHOSTLEN] | | | |- | | | char account[NICKLEN] | | | |- | | | time_t joined | | | |- | | | time_t last | | | |- | | | time_t delay | | | |- | | | userrec *user | { | | |- | | | | *next | | |- | | | | ch..."
- 00:1600:16, 27 December 2022 diff hist +1 EggWiki →Eggdrop Mechanics
- 00:1500:15, 27 December 2022 diff hist +248 EggWiki No edit summary
19 December 2022
- 20:5920:59, 19 December 2022 diff hist +1,669 N NickServ Created page with "There are several ways you can automatically authenticate your bot to NickServ == Config File Authentication == At the bottom of your config file, you'll see a section that looks like this: <pre> # This is a Tcl script to be run immediately after connecting to a server. If # you want to authenticate Eggdrop with NickServ, uncomment and edit the middle # line below. bind evnt - init-server evnt:init_server proc evnt:init_server {type} { global botnick putquick "MODE..." current
- 20:4320:43, 19 December 2022 diff hist +10 EggWiki →FAQ
- 20:4320:43, 19 December 2022 diff hist +40 EggWiki →FAQ
12 December 2022
- 02:4802:48, 12 December 2022 diff hist 0 Systemd →Installing systemd job current
- 02:4802:48, 12 December 2022 diff hist +10 Systemd →Installing systemd job
- 02:4702:47, 12 December 2022 diff hist +2,866 N Systemd Created page with "In Eggdrop version 1.9.4, an option to create a systemd entry was added to the autobotchk script. == What is systemd == systemd is a software suite that provides an array of system components for Linux[6] operating systems. Its main aim is to unify service configuration and behavior across Linux distributions;[7] Its primary component is a "system and service manager"—an init system used to bootstrap user space and manage user processes. In other words, it manages wh..."
29 November 2022
- 01:3001:30, 29 November 2022 diff hist +1,181 N Compile Errors Created page with "If you get an error similar to: <pre> In file included from botcmd.c:25: main.h:41:10: fatal error: eggint.h: No such file or directory 41 | #include "eggint.h" | ^~~~~~~~~~ compilation terminated. In file included from botmsg.c:27: main.h:41:10: fatal error: eggint.h: No such file or directory 41 | #include "eggint.h" | ^~~~~~~~~~ In file included from bg.c:25: main.h:41:10: fatal error: eggint.h: No such file or directory 41 | #include "eggint.h" | ^~~~~~~~~~ compilati..." current
12 November 2022
- 14:3814:38, 12 November 2022 diff hist +44 Config Changes No edit summary
23 September 2022
- 03:1403:14, 23 September 2022 diff hist +661 N Matchattr Tcl Command Issues Created page with "Until Eggdrop 1.8.3, the Tcl command 'matchattr' accepted "-|-" (any or no flags) as a valid mask to match against. In 1.8.3, an attempt to fix a bug causing invalid flags to match as 'true' accidentally removed this capability, causing scripts using this method to instead return "Tcl error: Unknown flag specified for matching" (and breaking the script). In 1.9.4, the original functionality of matchattr was restored, once again allowing the "-|-" mask to be used with ma..." current
- 03:0903:09, 23 September 2022 diff hist +34 EggWiki →Common Errors
19 September 2022
- 20:5220:52, 19 September 2022 diff hist +838 N EndOfWho Tcl- trigger on end of WHO current
- 20:4920:49, 19 September 2022 diff hist +749 N MinutelyWho Add minutely who example current
- 20:4320:43, 19 September 2022 diff hist +2 m EggWiki No edit summary
- 20:4320:43, 19 September 2022 diff hist +154 EggWiki →Tcl Examples
31 August 2022
- 22:4622:46, 31 August 2022 diff hist −4 User:Jack3 No edit summary
29 August 2022
- 23:2023:20, 29 August 2022 diff hist +7 Setudef →Bind Mask (less preferred) current
- 23:1923:19, 29 August 2022 diff hist +20 Setudef →Bind Mask (less preferred)
- 23:1523:15, 29 August 2022 diff hist +1,270 Setudef No edit summary
- 22:5822:58, 29 August 2022 diff hist +1 Setudef →Example Tcl script
- 22:5622:56, 29 August 2022 diff hist +7 Setudef →Checking a channel flag
- 22:5522:55, 29 August 2022 diff hist +1,192 Setudef Finish setudef
- 22:4422:44, 29 August 2022 diff hist +1,597 N Setudef Initial commit
- 22:2822:28, 29 August 2022 diff hist +85 EggWiki No edit summary
19 July 2022
- 17:1717:17, 19 July 2022 diff hist +111 Dynamic Bans No edit summary current
- 17:1417:14, 19 July 2022 diff hist +22 CAP No edit summary current
- 17:1217:12, 19 July 2022 diff hist +87 EggWiki →FAQ
- 17:1017:10, 19 July 2022 diff hist +16 PBKDF2 transition PBKDF2 upgrade options current
- 16:5916:59, 19 July 2022 diff hist +4,376 N PBKDF2 transition Created page with "== Transitioning to PBKDF2 from Blowfish == With the release of Eggdrop 1.9.0, an updated crytopgraphy module (PBKDF2) was released for use with Eggdrop. PBKDF2 is a one-way hashing algorithm used to protect the contents of the password file, as well as for use via the Tcl interface. Prior to this, blowfish was used for cryptographic requirements, such as hashing passwords for storage in the userfile. == Running Eggdrop for the first time? == TL;DR: comment out the 'l..."
13 July 2022
- 17:3917:39, 13 July 2022 diff hist +22 EggWiki →Using Eggdrop
- 17:3817:38, 13 July 2022 diff hist +12 Account Tracking →Example Tcl Script
11 July 2022
- 18:3618:36, 11 July 2022 diff hist +54 EggWiki No edit summary
- 18:2918:29, 11 July 2022 diff hist +3,001 Config Changes →Config changes made in 1.9.0
- 18:0718:07, 11 July 2022 diff hist +479 Config Changes 1.9.3
- 18:0218:02, 11 July 2022 diff hist +2,853 N Config Changes 1.9.0
23 May 2022
- 20:5720:57, 23 May 2022 diff hist −25 Account Tracking →Example Tcl Script
- 02:4502:45, 23 May 2022 diff hist +5 Account Tracking →Example Tcl Script
- 02:4302:43, 23 May 2022 diff hist +719 Account Tracking →Example Tcl Script
- 00:0200:02, 23 May 2022 diff hist +593 Account Tracking No edit summary
22 May 2022
- 23:4923:49, 22 May 2022 diff hist −58 EggWiki →Common Errors Tag: Manual revert
- 23:3823:38, 22 May 2022 diff hist +58 EggWiki →Common Errors Tag: Reverted
5 May 2022
- 03:1303:13, 5 May 2022 diff hist +432 Tcl Not Installed No edit summary current
- 01:5101:51, 5 May 2022 diff hist +260 N TermSignal Created page with "This is caused by something external to Eggdrop. Most likely, it means the system administrator killed the Eggdrop process, usually because of a system is being rebooted. If you have a crontab running, the bot will get restarted when the system is back online." current
- 01:4901:49, 5 May 2022 diff hist +82 EggWiki →FAQ
- 01:3901:39, 5 May 2022 diff hist +569 N Tcl Created page with "Tcl is a scripting language written by John Ousterhout. When Eggdrop was first written, Tcl was a strong choice to extend Eggdrop's functionality. It is a standalone scripting language (different than "built-in" script languages such as the one in ircII or mirc) The file "tcl-commands.doc" in the doc directory contains a list of Tcl added by Eggdrop. There are also several example scripts in the scripts/ directory, and one in the doc directory called first_script.txt, a..." current
- 01:1301:13, 5 May 2022 diff hist +23 EggWiki No edit summary
- 01:0701:07, 5 May 2022 diff hist +317 Eggdrop Startup Errors No edit summary current
- 01:0501:05, 5 May 2022 diff hist +878 Eggdrop Startup Errors No edit summary