mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
replace the local server nickspace by autoalias!
This commit is contained in:
parent
a4e16cd2c4
commit
8e4e990261
46 changed files with 246 additions and 101 deletions
|
@ -37,7 +37,7 @@
|
|||
#include <status.h>
|
||||
#include <services.h>
|
||||
#include <text.h>
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
#include "error.h" // gets numeric codes
|
||||
#include "reply.h" // gets numeric codes
|
||||
|
||||
|
@ -219,7 +219,7 @@ advertise(source) {
|
|||
|
||||
//static send(source, text) {
|
||||
render(mc, data, vars, source) {
|
||||
//# include <url.h>
|
||||
//# include <uniform.h>
|
||||
// mixed *u = parse_uniform(psyc_name(source));
|
||||
// unless (mappingp(u) && u[UHost]) {
|
||||
// P1(("failed\n"))
|
||||
|
|
|
@ -14,7 +14,7 @@ inherit IRC_PATH "decode";
|
|||
#include "reply.h"
|
||||
#include "person.h"
|
||||
#include "psyc.h"
|
||||
#include "url.h"
|
||||
#include "uniform.h"
|
||||
#include "hack.i"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue