From 8a80ff8d93113ba566f2aaeac1ff9bf4d5465baf Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Fri, 20 Jan 2023 14:23:39 -0600 Subject: [PATCH] Adding r.ip to help --- Raven.csharp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raven.csharp b/Raven.csharp index a9828e8..234411b 100644 --- a/Raven.csharp +++ b/Raven.csharp @@ -26,7 +26,7 @@ namespace AniNIX.TheRaven { public List channels; //This is the list of channels to join public List whitelist; //This is the list of admin users. public List blacklist; // This is the list of blocked people. - public String helpText = "Available commands are r.d , r.magic8, r.math , r.msg , r.raven, r.searches, r.tinyurl , r.wikidiff \"one\" \"other\", and r.uptime"; + public String helpText = "Available commands are r.d , r.ip, r.magic8, r.math , r.msg , r.raven, r.searches, r.tinyurl , r.wikidiff \"one\" \"other\", and r.uptime"; // This is the text to send when people ask for help -- this is configurable to allow for skinning public List searches; //These are the searches public String searchesIndex; //This is the helptext for the searches