No Telnet Port Set

From EggWiki
Revision as of 04:26, 13 February 2022 by Geo (talk | contribs) (Created page with "When attempting to CTCP chat Eggdrop, you receive the following error: !Eggdrop! ERROR no telnet port This means you have not created a listening port in your config file. To remedy, open the config file for Eggdrop and search for the 'listen' setting. Follow the syntax shown, for example: listen <ip> <port> all Once you set this, rehash the bot and try again.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When attempting to CTCP chat Eggdrop, you receive the following error:

  !Eggdrop! ERROR no telnet port

This means you have not created a listening port in your config file. To remedy, open the config file for Eggdrop and search for the 'listen' setting. Follow the syntax shown, for example:

 listen <ip> <port> all

Once you set this, rehash the bot and try again.