From 8d97c7992068647ecb9fb3afabd1c2f401a31cf6 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Wed, 28 Jun 2023 16:11:23 -0400 Subject: [PATCH] Updated comment next to admin variable explaining wildcards and format requirements --- scroll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scroll.py b/scroll.py index fa1c11b..7621dd9 100644 --- a/scroll.py +++ b/scroll.py @@ -27,7 +27,7 @@ class identity: nickserv = None # Settings -admin = 'acidvegas!~stillfree@most.dangerous.motherfuck' # CHANGE ME +admin = 'acidvegas!*@*' # Can use wildcards (Must be in nick!user@host format) # Formatting Control Characters / Color Codes bold = '\x02'