I find this is very useful for handling ident requests on a LAN. All your clients will ident, no matter what PC they are on (so clients on your linux box can at the same time as your windows boxes). The downside is that all your clients will have the same ident, whereas if you use mIRC's built in id...
I just read the post you linked to previously, and then looked at the eggdrop source. From the looks of it, there *is* a configuration option 'use-penalties', but this isn't included in the config file by default. I can also tell you that this setting is automatically enabled for IRCnet. I believe y...
hmm... on a slightly different topic, as I'm using the settings files for the moment... how would you count the number of files in a directory? (eg. the number of channels with settings)
either the search function doesn't like me, I'm blind, or it's not been asked
I've coded it using method #1 (setting files), and it works great.... I went off #2 as that is actually harder than #1 to change things (requires rehash) #3 is the ideal, but if it's only on the cvs release, I guess i'll wait (I'm on 1.6.13 atm) when 1.6.14 is out, i'll think about rewriting it :) t...
Hi, Please excuse the length of this post, it needs explaining :) I'm looking to write a script that gets channel-specific details, and uses them accordingly... I've thought of 3 ways to do this (although i'm not sure if 2 of them are possible): 1) text file for each channel, 1 setting per line 2) h...
OK, this is very weird... I realise it shouldn't be line 2, which I got afer a .rehash... so I did a .restart, and it still showed as line 2 (Yes, I'm sure it is the right file)
Ok, I replaced that line, and it still errors. Here is the output of '.tcl putlog $errorInfo'... list element in quotes followed by "," instead of space while executing "join $text" (procedure "handle_lamer" line 2) invoked from within "handle_lamer $_raw1 $_raw2 $...
Ok, I've been playing with this for months now, and the TCL FAQ entry on the main forum page reminded me of it... Here is the full code I have. I would really appreciate it if someone could offer a solution. bind raw -|- "NOTICE" handle_lamer bind raw -|- "PRIVMSG" handle_lamer #...