Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \;
|
|
|
|
These strings: " but %s mysteriously dematerialized.", ". %s is still online." and ", but %s mysteriously dematerialized." weren't translated by the method Anope::printf().
|
|
Show NickServ SET MESSAGE in help when 'useprivmsg' is enabled
|
|
Check for 'hide' flag in commands in (bs,cs,ns)_set HELP
|
|
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \;
|
|
replaced with the display nickname.
|
|
This code is duplicated from help.cpp to (bs,cs,ns)_set.cpp for listing
the available SET commands. The check for the 'hide' flag was missed
and this incorrectly listed commands that were configured as hidden.
|
|
|
|
|
|
Change initial channel creation to on post init so it will be part of
the burst.
|
|
|
|
set it.
|
|
|
|
|
|
|
|
error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
|
|
no user too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit d8a945b1a6f4e500bcb9162cf388f6984ad38328.
|