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

PREFIXES are never to come back

This commit is contained in:
psyc://psyced.org/~lynX 2009-02-28 20:14:56 +01:00
parent 2dd7ef3178
commit ccf63004c8
8 changed files with 4 additions and 74 deletions

View file

@ -184,13 +184,7 @@ render(string mc, string data, mapping vars, mixed source) {
#ifdef NEW_LINE
output += "\n";
#else
if (template == "") {
# ifdef PREFIXES //{{{
if (abbrev("_prefix", mc)) return prefix = output+" ";
else
# endif //}}}
output += "\n";
}
if (template == "") output += "\n";
#endif
if (output[0] == '#') output = SERVER_SOURCE + output[1 ..];
else if (output[0] != ':') {

View file

@ -37,14 +37,6 @@ msg(source, mc, data, mapping vars, showingLog) {
int special;
mixed a, res;
#ifdef PREFIXES //{{{
//ob das folgende so klug ist müssen wir (ich?) noch ergründen.
//aber da es temporär eh nicht genutzt wird...
//bis dahin erstmal jedesmal löschen.
if (prefix) {
prefix = 0;
}
#endif //}}}
P4(("irc:msg (%O,%s,%O,%O)\n", source, mc, data, vars))
P2(("irc:msg (%O,%s,%O..)\n", source, mc, data))
@ -238,11 +230,6 @@ w(string mc, string data, mapping vars, mixed source) {
P3(("%O: irc:w(%O, %O, %O, %O) %O\n", ME, mc, data, 0, source, vars))
#ifdef PREFIXES //{{{
// completely skip these methods.. sagt fippo.. na ob das richtig ist!?
if (abbrev("_prefix", mc)) return 1;
#endif //}}}
#ifndef GHOST
// should it be..?
//unless (ONLINE) return;