Python:Vandal Bazooka/Config.py

From Botwiki

(Redirected from Python:Config.py)
Jump to: navigation, search
#!/usr/bin/env python
# -*- coding: utf-8  -*-
"""
config.py - Configuration File
Author: Filnik, 2007
About: http://botwiki.sno.cc/wiki/Botwiki:Vandal_Bazooka
License: Distributed under the terms of the MIT license.
Version: 1.0
"""
 
# ***********************  PARAMETER TO CHANGE ************************** #
nick = ''
 
# *** PARAMETER TO CHANGE ONLY IF YOU USED THIS BOT IN OTHER LANGUAGES ** #
network = 'irc.wikimedia.org' #'irc.freenode.net'
channel = '#it.wikipedia' #'#botolatori'
talk = 'Discussione'
cat = 'Categoria'
 
 
#***************************  TODO-LIST  ***********************************#
"""
*Se il bot apre pagine con le parentesi da qualche problema, dare un occhio
*Commentare il codice, attualmente fa pena ^__^
*Sistemare in generale il parser, sperando di migliorare il codice
*Non aprire le tab in primo piano, bensì "silenziosamente"
*Riuscire a capire quante tab sono aperte attaulmente, utilissimi per non
 intasare l'utente di tab se le RC sono "bollenti"
"""