| 123456789101112131415161718192021222324252627282930313233343536 |
- service
- {
- nick = "InstaServ"
- user = "services"
- host = "services.knacki.info"
- gecos = "Quote Service"
- }
- module
- {
- name = "instaserv"
- client = "InstaServ"
- }
- /* Give it a help command. */
- command { service = "InstaServ"; name = "HELP"; command = "generic/help"; }
- module
- {
- name = "is_create"
- output = "/home/isundil/projects/instaServ/output/"
- background = "/home/isundil/storage/img/fails/collaborate.png"
- httpRoot = "http://devel.knacki.info/instaserv/"
- font = "/home/isundil/projects/instaServ/conf/roboto-mono.ttf"
- fontSize = 12
- offsetTop = 0
- quoteTop = 150
- quoteBottom = 10
- quoteLeft = 10
- quoteRight = 200
- bgColor = 2862851495
- fgColor = 4670037
- expireafter = "30m"
- typingtimeout = "5m"
- }
- command { service = "InstaServ"; name = "CREATE"; command = "instaserv/create"; }
|