From 12bd9b589ca3ebc6ce6c9ae269006850a30afbaa Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 23 May 2012 16:23:26 +0200 Subject: Add personal words completion - Fixes #1723 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commits adds a “words” variable to the configuration file. This variable must contain a list of words, separated by colons (:). Those words will then be completed upon tab completion in the chatrooms, private conversations, and direct conversations. --- data/default_config.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index f109e394..46c9f3b2 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -99,6 +99,11 @@ after_completion = , # conversation window. max_nick_length = 25 +# Words that you want to complete on normal completion, separated by a colon +# (:). +# e.g. words = "anticonstitutionellement:I protest:I like bananas:" +words = + # a list of words (separated by a colon (:)) that will be # highlighted if said by someone on a room highlight_on = -- cgit v1.2.3