aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.hgignore
diff options
context:
space:
mode:
authorMike Mazur2009-05-31 11:50:42 +0000
committerMike Mazur2009-05-31 11:50:42 +0000
commit07a94fdf89e88e88513c61f7f67544e49ddcd9eb (patch)
treea46f5bfc3c378a6016883ea6d4b59e85f6c85f82 /.hgignore
parentSlashing trailing slashes. (diff)
downloadopensim-SC_OLD-07a94fdf89e88e88513c61f7f67544e49ddcd9eb.zip
opensim-SC_OLD-07a94fdf89e88e88513c61f7f67544e49ddcd9eb.tar.gz
opensim-SC_OLD-07a94fdf89e88e88513c61f7f67544e49ddcd9eb.tar.bz2
opensim-SC_OLD-07a94fdf89e88e88513c61f7f67544e49ddcd9eb.tar.xz
Fix IRCd init check for config section
The IRCStackModule used Nini.Config.ConfigCollection.Contains() to determine whether the "IRCd" section was present in the config. This ConfigCollection, however, stores an ArrayList of IConfig objects, not strings, so calling Contains("IRCd") always returns false since "IRCd" is a string, not an IConfig object.
Diffstat (limited to '.hgignore')
0 files changed, 0 insertions, 0 deletions