All public logs
Jump to navigation
Jump to search
Combined display of all available logs of EggWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 03:45, 13 February 2022 Geo talk contribs moved page Main Page to EggWiki
- 01:25, 13 February 2022 Geo talk contribs created page Loading Tcl Scripts (Created page with "__TOC__ == Adding a Tcl script == Eggdrop can run scripts written in the Tcl language. The default eggdrop.conf file has examples of scripts being loaded at the bottom. To load a script, you can place the script you wish to run in the eggdrop/scripts directory. You likely need to edit some settings within the script itself (open the script file and read the comments, if any, at the beginning of the script). Then, load the script by adding source scripts/scriptname.tcl...")
- 00:02, 13 February 2022 Geo talk contribs created page Hostmasks (Created page with "A "hostmask" is one of the methods Eggdrop uses to distinguish between users on IRC. However, the format often confuses new users. == Sections of a hostmask == There are three parts to a hostmask: The nickname, the ident, and the hostname. These three strings are combined to create a hostmask in the format of "nickname!ident@hostname". === Nickname === The nickname portion of a hostmask is the nickname used by a user on IRC === Ident === The ident is a string (general...")
- 06:01, 12 February 2022 Geo talk contribs created page Running Multiple Eggdrops From One Directory (Created page with "__TOC__ == How can I run multiple Eggdrops from the one directory? == You don't need to install multiple copies of Eggdrop to run multiple instances. Instead, you can place multiple config files inside your single Eggdrop installation folder and run each config file ./eggdrop egg1.conf ./eggdrop egg2.conf ./eggdrop egg3.conf etc. At minimum, you'll want to make sure you change the nickname, userfile, channel file, pid file and listening ports/IPs for each Eggdro...")
- 05:55, 12 February 2022 Geo talk contribs created page Channel Administration (Created page with "__TOC__ == How does Eggdrop recognize users on a channel? == Eggdrop uses hostmasks to associate a user on a channel with their 'handle' added to Eggdrop. A handle is a single username that is always constant, whereas a nickname or hostmask a user users on IRC may change. Your bot recognises you by the hostname you have on IRC (e.g. cooldude@ppp42.fastisp.net). Hostnames are matched against the hostmasks added to your handle, which are in the form of nick!ident@hostnam...")
- 05:18, 12 February 2022 Geo talk contribs created page Installing Tcl Locally (Created page with "__TOC__ == Installing Tcl == As you all know, Tcl ([http://www.tcl.tk/ official site], [http://en.wikipedia.org/wiki/Tcl wiki page]) is needed to compile Eggdrop, but some users may not possess root credentials needed to install Tcl via a package manager, or may wish to use a version of Tcl different from one already installed globally. Users can instead install a local copy to their shell. === Obtaining Tcl === Before doing anything else, we make sure that we are in o...")
- 05:03, 12 February 2022 Geo talk contribs created page Upgrading (Created page with "Upgrading Eggdrop is a fairly straightforward process. # We suggest backing up the .user and .chan files (the exact names were configured by you in your config file). Just in case! #. Download the latest version of Eggdrop from https://www.geteggdrop.com # Read the NEWS file that is included with Eggdrop; it will summarize the major changes made in the new version. More importantly, it will identify any configuration file changes you should be aware of. # Compile Eggdro...")
- 04:55, 12 February 2022 Geo talk contribs created page Versions (Created page with "== Stable Version == The current stable version of Eggdrop is version 1.9.2. This version has been heavily tested and will have the most recent updates and capabilities Eggdrop has to offer without encountering situations that cause it to crash or otherwise operate in an unexpected manner. The most current stable version of eggdrop can always be retrieved from [https://www.geteggdrop.com] or [https://github.com/eggheads/eggdrop/tree/stable/1.9]. == Development Version =...")
- 04:39, 12 February 2022 Geo talk contribs created page Partyline (Created page with "== What is the partyline? == The partyline is the main method of controlling your Eggdrop. You can add/remove channels, set bans, interact with scripts, or do anything else you need from this interface. If you cannot connect to the partyline, you will have issues getting the most out of what Eggdrop can offer. This is probably the first thing you want to figure out when you start Eggdrop! All partyline commands start with a '.'. Once on the Eggdrop, get familiar with the...")
- 23:08, 8 February 2022 Geo talk contribs changed group membership for Simple from (none) to administrator, interface administrator, bureaucrat and suppressor
- 04:14, 8 February 2022 Geo talk contribs created page DCC (Created page with "== How DCC Chat Works == When you do a /dcc chat <nickname>, your IRC client opens a port on your local machine to listen for an incoming connection, and then sends a message to the other person to connect to your IP and the port you just opened. == Why you can't DCC Chat == Many computers, particularly home computers, are behind firewalls or NAT routers. These devices block incoming connections unless they are specifically configured to pass incoming traffic. We can't...")
- 03:25, 8 February 2022 Geo talk contribs created page UTF-8 (Initial commit)
- 15:54, 29 November 2021 User account Simple talk contribs was created
- 19:45, 28 November 2021 MediaWiki default talk contribs created page Main Page