====== VikingBot ====== [[IRC]]-Bot. ==== Kommandos ===== Out of the Box: * //!exit [adminPassword]// Shuts the bot down * //!restart [adminPassword]// Restarts the bot * //!help [command]// Sends a list of commands or the description of a given command to the user Via Plugins (default): * //!botlog// [adminPassword] [rows=10] The bot responds with the [rows] last rows of the bot log file * //!memory// The bot responds with memory usage statistics * //!ping// The bot responds with a pong to say that it is still alive * //!uptime// The bot responds with the it's uptime * //!upgrade [adminPassword]// The bot will attempt to upgrade itself and its plugins to the latest version via git pull * //!op [adminPassword]// The bot attempts to give user on channel OP status ===== Start ===== > cd VikingBot > sh start.sh ===== Update ===== > git pull origin master ===== Installation ===== > git clone https://github.com/Ueland/VikingBot ===== Konfiguration ===== > cp config.dist.php config.php > vi config.php ===== Weblinks ===== * https://github.com/Ueland/VikingBot