1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 10:33:13 +02:00

Guest nicks, MODE.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1301 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-02 08:29:56 +00:00
parent c8d4ff56a1
commit 5d695b7bf6
45 changed files with 162 additions and 162 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ int my_cs_appendtopic(User * u)
if (ircd->join2set) {
if (whosends(ci) == s_ChanServ) {
anope_cmd_join(s_ChanServ, c->name, c->creation_time);
anope_cmd_mode(NULL, c->name, "+o %s", s_ChanServ);
anope_SendMode(NULL, c->name, "+o %s", s_ChanServ);
}
}
anope_cmd_topic(whosends(ci), c->name, u->nick, topic, c->topic_time);