Hi,
i was just wondering what the command and syntax is to add a link via the ircd, i dont have access to the shell account to modify the unrealircd.conf.
Thanks,
XeKToReX
Linking via IRC
well this can be ugly
( I've never added a Link block from IRC ;P)
First you need "can_addline" Operflag to have access to /addline command
then you can add something like this :
/addline link server.blah.tld { username *; hostname ip/host_here; bind-ip *; port link_port_here; hub *; //compression-level num_here_only_with_zip_option; password-connect "pass"; password-receive "pass"; class servers; options { //zip; //autoconnect; //ssl; }; };
and /rehash (things with // in front are uncommented) (and I really don't know its work or not ;o )
First you need "can_addline" Operflag to have access to /addline command
then you can add something like this :
/addline link server.blah.tld { username *; hostname ip/host_here; bind-ip *; port link_port_here; hub *; //compression-level num_here_only_with_zip_option; password-connect "pass"; password-receive "pass"; class servers; options { //zip; //autoconnect; //ssl; }; };
and /rehash (things with // in front are uncommented) (and I really don't know its work or not ;o )
Actually not, leastwise on Linux systems, because:aquanight wrote:but then it'd be really fun for someone with that flag to do /addline include "/dev/random";
Code: Select all
[angrywolf@localhost Unreal3.2]$ stat /dev/random
File: `/dev/random'
Size: 0 Blocks: 0 IO Block: 4096 character special file
(...)*** Notice -- Loading IRCd configuration ..
*** Notice -- error: Could not load config file /dev/random
*** Notice -- error: IRCd configuration failed to load
-
Winbots
- Posts: 65
- Joined: Wed Apr 21, 2004 12:26 am
- Location: irc://irc.winbots.org/Winbots
- Contact: