No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- # -*- coding: utf-8 -*-
-
- # EarwigBot Configuration File
- # This file contains information that should be kept hidden, including passwords.
-
- # IRC: identify ourselves to NickServ?
- NS_AUTH = False
- NS_USER = ""
- NS_PASS = ""
|