]> arthur.barton.de Git - ngircd-alex.git/commit
Don't read MOTD file twice
authorAlexander Barton <alex@barton.de>
Tue, 18 Jan 2011 21:01:27 +0000 (22:01 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 18 Jan 2011 21:01:27 +0000 (22:01 +0100)
commit914d6a26d85ecaf7e0962c40392769cf4764e987
treeda469eed1709f29193728841dc513e9f89cbf5a1
parentc98e794b38684d39d51a964e5b1670908be01691
Don't read MOTD file twice

The MOTD file is read in Read_Config(), so don't read it when handling
the "MotdFile" configuration variable. Instead make sure that it is
initialized properly when (re-)reading the configuration.
src/ngircd/conf.c