No Telnet Port Set: Difference between revisions

From EggWiki
Jump to navigation Jump to search
(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.")
 
(No difference)

Latest revision as of 04:26, 13 February 2022

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.