mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
xmlquote status updates, minor irc fix
This commit is contained in:
parent
b3563e692c
commit
90ad3e7be4
6 changed files with 41 additions and 16 deletions
|
@ -395,6 +395,9 @@ w(string mc, string data, mapping vars, mixed source) {
|
|||
} else if (abbrev("_echo_place_enter", mc)) {
|
||||
vars["_INTERNAL_source_IRC"] = MYNICK + "!" + MYNICK + "@" SERVER_HOST;
|
||||
#endif
|
||||
} else if (source == "/") { // new style server root message
|
||||
vars["_INTERNAL_source_IRC"] = SERVER_HOST;
|
||||
nick2 = source = SERVER_UNIFORM;
|
||||
} else {
|
||||
#ifdef GHOST //{{{
|
||||
// in S2S mode we are not supposed to deliver nick!user@host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue