I have some code here that isnt working, I'm sure there are tons of things wrong with it, if anyone wants to help me out and pick it apart, It'd be much appreciated.
Well all of these are procedures some are big and some are quite simple and easy as the first few ones.
All the procedures you have listed here aren't working? or just some specific? Are they giving errors? or are they just not responding to the triggers??
Is the bind "O" +O a user flag defined?? If not change to it to small 'o'.
I know the bind "o" +o user flag is defined for ops.
For this to be easy:
[1] What you can do is use putlogs in each lines of the procedures which aren't working or giving any output to check where the errors are.
[2] If you get an [Tcl error:proc_name] in DCC (partyline) then you can paste it here so we maybe able to look at it.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
The +O flag denotes OPER only channels (only opers may join) like in bahamut, but this has no concern with the bots internal flags.
Also the +O flag in IRCd's denotes an (O:line) Global Oper. But it doesn't have any concern with the bot's internal flags, as they are totally different from the IRCd and have no concern between each other.
So for channel modes +O = IRCOPERATORS can only join those channels
and for user modes +O = Global IRC Operator
(I hope this is clear now!)
Both of these have no concern with the bots "O" flag still. If there is a flag named +O in the bots userfile and people with those flags are defined then its okay, otherwise not.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
actually, I've made some changes and it KIND of works now. The problem I am having now however, is I cannot get it to incr correctly, I am wanting it to go to the last line, look at the first 2 characters (or bytes) and incr what it finds.(proc:vhost) Also, I need to find out how to get it to delete the line that starts with that number. (proc:reject) Here's the newest code.