User contributions for Geo

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

9 April 2024

  • 23:3023:30, 9 April 2024 diff hist +1,389 Eggdrop for DockerNo edit summary current
  • 22:5922:59, 9 April 2024 diff hist +33 Eggdrop for DockerNo edit summary
  • 22:5722:57, 9 April 2024 diff hist +686 N Eggdrop for DockerCreated page with "Information and documentation for the Eggdrop Docker image can be found at [https://hub.docker.com/_/eggdrop]. == Setting a Vhost with Docker == We're still trying to figure out the best way to do this! One method we've found is to set the following options in your docker-compose config file: <pre> networks: default: driver: bridge ipam: driver: default driver_opts: com.docker.network.host_ipv4: <ip here> </pre> Importantly, do not set the vh..."

29 December 2023

12 August 2023

9 July 2023

9 April 2023

6 March 2023

  • 00:2800:28, 6 March 2023 diff hist +580 N Do I have Tcl installed?Created page with "To compile the bot you need the TCL libraries and header somewhere on your system. The ./configure script will try to find them for you. If this fails, you might try to search them on your own. The library is called libtclX.X.so or libtclX.X.a. The "X.X" will be the version of the library. The extension '.so' means it is a "dynamically loadable library" and the '.a' mean it will be "statically linked". You can try to find it using find /usr -name "libtcl*" -print Th..." current
  • 00:2700:27, 6 March 2023 diff hist +30 EggWiki→‎Setting Up Eggdrop
  • 00:2600:26, 6 March 2023 diff hist +1,903 N CompilingCreated page with "== What do I need to apply a .patch file to the eggdrop's source? == You need to make sure you have the 'patch' utility, and that it is at least version 2.1. patch -v to find this out. == How do I apply a patch to my source? == Make sure that you are applying the patch file to the correct version of eggdrop. 'gzip -d' the .patch file, if it ends with .gz Enter your eggdrop's source root directory and apply the patch with patch -p1 < eggdrop1.3.xx+demo.patc..." current
  • 00:2100:21, 6 March 2023 diff hist +30 EggWiki→‎Setting Up Eggdrop

5 February 2023

2 January 2023

  • 05:4805:48, 2 January 2023 diff hist +950 N Bot Auto OpCreated page with "Rather than depending on just a hostmask to auto-op a bot, Eggdrop can utilize its botnet to pass messages to ensure the right bot is being opped. This is more secure because the bots authenticate to each other to join the botnet, and their current nick/hostmask is passed across the botnet to ensure a malicious user isn't spoofing their hostmask. To use this method, you must first ensure your bots are linked to each other. Then load the getops script in your config file..." current
  • 05:3905:39, 2 January 2023 diff hist +68 EggWiki→‎FAQ
  • 05:0705:07, 2 January 2023 diff hist +420 N Not Sharing UserfileCreated page with "If you see the error "User file rejected by <bot>: Not sharing userfile." on your partyline, check to see that your share and transfer modules are loaded. To do this, look in your config file and find these two lines: <pre> loadmodule share loadmodule transfer </pre> Make sure they look like that, and do not have a # in front of them. If they are commented out (they have a #), remove the # and restart the Eggdrop." current
  • 05:0505:05, 2 January 2023 diff hist +78 EggWiki→‎Common Errors

31 December 2022

27 December 2022

19 December 2022

  • 20:5920:59, 19 December 2022 diff hist +1,669 N NickServCreated 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

29 November 2022

  • 01:3001:30, 29 November 2022 diff hist +1,181 N Compile ErrorsCreated 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

23 September 2022

  • 03:1403:14, 23 September 2022 diff hist +661 N Matchattr Tcl Command IssuesCreated 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

31 August 2022

29 August 2022

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)