I know that...
I never said I don't know
-Tom
Search found 7 matches
- Thu Sep 22, 2005 1:24 pm
- Forum: Services
- Topic: How to Gline or Kline through services
- Replies: 23
- Views: 15244
- Thu Sep 22, 2005 1:04 am
- Forum: Services
- Topic: How to Gline or Kline through services
- Replies: 23
- Views: 15244
- Wed Sep 21, 2005 11:31 pm
- Forum: Services
- Topic: How to Gline or Kline through services
- Replies: 23
- Views: 15244
- Wed Sep 21, 2005 11:01 pm
- Forum: Services
- Topic: How to Gline or Kline through services
- Replies: 23
- Views: 15244
Hey,
well, that's what I did...
-Tom
well, that's what I did...
Code: Select all
ulines {
security.server.org;
};
link security.server.org {
username *;
hostname *;
bind-ip *;
port 6668;
hub *;
password-connect "test2"
password-receive "test";
class servers;
};
- Wed Sep 21, 2005 2:13 pm
- Forum: Services
- Topic: How to Gline or Kline through services
- Replies: 23
- Views: 15244
- Wed Sep 21, 2005 1:38 pm
- Forum: Services
- Topic: How to Gline or Kline through services
- Replies: 23
- Views: 15244
- Wed Sep 21, 2005 1:20 pm
- Forum: Services
- Topic: How to Gline or Kline through services
- Replies: 23
- Views: 15244
How to Gline or Kline through services
Hello all,
I am currently working on a security service for our IRC network.
But I have one problem: I don't know how to let my service Gline or Kline other users.
I tried :Security GLINE *hostmask* already, but it doesn't work. The server tells my service that it doesn't have the permission to do ...
I am currently working on a security service for our IRC network.
But I have one problem: I don't know how to let my service Gline or Kline other users.
I tried :Security GLINE *hostmask* already, but it doesn't work. The server tells my service that it doesn't have the permission to do ...