3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00

example-conf: add an autoperform example

This commit is contained in:
James Lu 2016-08-31 18:10:51 -07:00
parent 663d03ed2c
commit e06a6ae5bd

View File

@ -279,6 +279,10 @@ servers:
# something like 0.5 or 1.0 should help. Defaults to 0.01 if not set. # something like 0.5 or 1.0 should help. Defaults to 0.01 if not set.
throttle_time: 0.3 throttle_time: 0.3
# Clientbot also supports auto perform, using raw IRC messages.
#autoperform:
# - "NOTICE somebody :hello, i've connected"
# Plugins to load (omit the .py extension) # Plugins to load (omit the .py extension)
plugins: plugins:
# Commands plugin: Provides core commands such as logging in, shutting down # Commands plugin: Provides core commands such as logging in, shutting down