mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
trigger: update comment
This commit is contained in:
@@ -706,7 +706,8 @@ trigger_name_valid (const char *name)
|
||||
/* no spaces allowed */
|
||||
if (strchr (name, ' '))
|
||||
return 0;
|
||||
/* no periods allowed since it is saved via wee_config option name */
|
||||
|
||||
/* no periods allowed */
|
||||
if (strchr (name, '.'))
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user