Admins can vary by server
This commit is contained in:
parent
444b9ab2a6
commit
79738e0b03
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ def main():
|
||||||
["!botlist"],
|
["!botlist"],
|
||||||
False,
|
False,
|
||||||
):
|
):
|
||||||
sendmsg(f"Hi! I'm FireBot (https://git.amcforum.wiki/Firepup650/fire-ircbot)! My admins are {adminnames}.", chan)
|
sendmsg(f"Hi! I'm FireBot (https://git.amcforum.wiki/Firepup650/fire-ircbot)! My admins on this server are {adminnames}.", chan)
|
||||||
if mfind(
|
if mfind(
|
||||||
message.lower(),
|
message.lower(),
|
||||||
[f"hi {botnick.lower()}", f"hello {botnick.lower()}"],
|
[f"hi {botnick.lower()}", f"hello {botnick.lower()}"],
|
||||||
|
|
Loading…
Reference in a new issue