1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

upgrade alphas and betas

This commit is contained in:
psyc://psyced.org/~lynX 2009-03-07 10:36:41 +01:00
parent a602585399
commit 5b9320527d
5 changed files with 9 additions and 9 deletions

View file

@ -55,7 +55,7 @@ ircMsg(from, cmd, args, text, all) {
case "motd":
motd();
return 1;
#ifndef BETA
#ifndef GAMMA
case "lusers":
lusers();
return 1;
@ -137,7 +137,7 @@ motd() {
return 1;
}
#ifndef BETA
#ifndef GAMMA
lusers() {
# ifndef _flag_disable_query_server
reply(RPL_LUSERCLIENT, ":There are " + amount_people()

View file

@ -854,7 +854,7 @@ logon() {
// SILENCE: ach und ich weiss nicht ob /quote silence bzw /silence den psyced befehl silence aufruft, aber imo sollte er das aus verwirrungs-vermeidungs-gruenden nicht tun. silence im irc ist serverseitiges ignore.
# endif
# ifndef BETA
# ifndef GAMMA
lusers();
# endif
motd();
@ -862,7 +862,7 @@ logon() {
// the following things happen after logon, because the textdb isn't
// available earlier. if this order of things is not acceptable, then
// we have to run sTextPath twice (see above)
# ifdef BETA
# ifdef GAMMA
# ifndef _flag_disable_query_server
sendmsg("/", "_request_user_amount", 0, ([]));
// reply.h says RPL_LUSERME is mandatory.. huh.. FIXME?