# -*- coding: utf-8 -*- # EarwigBot Configuration File # This file contains information that the bot uses to connect to IRC. # our server's hostname HOST = "irc.freenode.net" # our server's port PORT = 6667 # our nick NICK = "EarwigBot|2" # our ident IDENT = "earwigbot" # our real name REALNAME = "[[w:en:User:EarwigBot]]" # channel to join on startup CHANS = ["##earwigbot"] # hostnames of users who can update/restart the bot with !update ADMINS = ["wikipedia/The-Earwig"]