From c01a7770e91946f884ca0cab348626c1e4882807 Mon Sep 17 00:00:00 2001 From: Michael Ortmann <41313082+michaelortmann@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:21:07 +0200 Subject: [PATCH] Typo fix: infront -> in front --- eggdrop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eggdrop.conf b/eggdrop.conf index dae6a27b3..7a0ab79cb 100755 --- a/eggdrop.conf +++ b/eggdrop.conf @@ -292,7 +292,7 @@ set userfile-perm 0600 # listen +5555 all # # To bind the listening port to a specific IP instead of all available, insert -# a valid IP assigned to the host Eggdrop is running on infront of the port +# a valid IP assigned to the host Eggdrop is running on in front of the port # (this replaces the listen-addr setting used prior to Eggdrop v1.9) # # listen 1.2.3.4 3333 all