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)

14 October 2024

6 October 2024

  • 14:3914:39, 6 October 2024 diff hist +491 N PythonCreated page with "== The python print() function doesn't do anything == The print() function in python only prints to stdout, it won't write to IRC or the partyline (unless you started Eggdrop in terminal mode with the -t flag). In order to print something to a channel, you'd need to import the putserv or putmsg Tcl command, or the putlog command to write to the partyline. <pre> from eggdrop.tcl import putmsg, putlog putlog("This sends to the partyline!") putmsg(chan, "This sends to a c..."
  • 14:3514:35, 6 October 2024 diff hist +26 EggWikiNo edit summary current

11 September 2024

9 September 2024

  • 15:3015:30, 9 September 2024 diff hist +34 EggWikiAdd docker to main page
  • 15:3015:30, 9 September 2024 diff hist +786 DockerAdd Tcl error msgs current
  • 15:1815:18, 9 September 2024 diff hist +1,258 N DockerCreated page with "Eggdrop has an official Docker image! While most things work the same, there are a few new errors that pop up, and ways to implement it. A docker-compose.yml example is hosted at https://github.com/eggheads/eggdrop-docker/blob/master/docker-compose.yml⁠ == Loading Tcl Packages == Many scripts require extra OS packages to be installed in order to function, such as tcl-tls, tcl-lib and libsqlite3-tcl. In keeping with Docker philosphy, the base Eggdrop package is intenti..."

8 September 2024

2 August 2024

25 May 2024

4 May 2024

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

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