Hello everyone . I don't know where to put this code and that's why I created a new post. I leave this code found in this same forum but edited by me that I can't get to work. If it is possible to make it work... set akillname { "????" "?????" "???" } bind raw - NOTICE ...
In inspircd it does read real name on connect . And the clones have that realname 3, 4, 5 random characters in realname. It is to hunt those clones in connecting to the fast server. inspircd : if {![regexp -nocase { CONNECT: Client connecting on port (\d+) \(class (\S+)\): ([^!]+)!([^@]+)@(\S+) \(([...
Hello everyone, I just read this post and I want to ask if it is possible to modify something... Would it be possible to add glined by reading realname ? clones have 3 - 5 characters in the realname. That can act when connecting the clone to the realname: realname: "???" "????" <...
Ohh Simo, I haven't seen your code until now...
Anope services is too log.
With this I only see what enters the chat to act on certain occasions.
Thank you very much, I'm going to test.
PD: where do I find the list of colors to play with colors?
CrazyCat, thank you very much for your work and time.
Looking at the code with another previous one that you helped me, I did not think that I could put almost the same ...
Again, thank you very much .
Hello, I want to ask for help on this simple script that I use for debug . If possible remove parentheses ( ) and brackets [ ] . set outputchan "#debug" bind raw - NOTICE server:notices proc server:notices {from keyword text} { global outputchan if {[string match -nocase "*client conn...
ok it's fine, I've tried it and now it works fine. bind raw - notice check:version bind ctcr - VERSION version:reply proc check:version {from key text} { global cversion if {[string match *!*@* $from]} { return 0 } { if {![regexp -nocase { CONNECT: Client connecting on port (\d+) \(class (\S+)\): ([...
I want to continue this post to see if what I want to do is possible... Following the post with the ctcp on join chan (it works perfectly) I need it to work on connect to the server. Currently it works to inspire the ctcp but it doesn't work for it to be positive or negative. bind raw - notice ctcp ...