diff mcabber/src/settings.c @ 1519:ac5a2c262098

Cosmetics
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 Sep 2008 22:44:02 +0200
parents 366ef500c522
children bff9633e38ee
line wrap: on
line diff
--- a/mcabber/src/settings.c	Sat Sep 27 22:41:29 2008 +0200
+++ b/mcabber/src/settings.c	Sat Sep 27 22:44:02 2008 +0200
@@ -182,7 +182,7 @@
         startswith(line, "source ", FALSE) ||
         startswith(line, "color ", FALSE)  ||
         startswith(line, "otrpolicy", FALSE)) {
-      // Only accept the set, alias, bind, pgp and source commands
+      // Only accept a few "safe" commands
       if (!runtime &&
           !startswith(line, "set ", FALSE)    &&
           !startswith(line, "bind ", FALSE)   &&