Search found 84 matches

by Volume
Wed Jun 11, 2003 10:53 am
Forum: Archive
Topic: Automatic undo +t and -o nick and kick with setudef flag
Replies: 18
Views: 4044

setudef flag topickeep bind mode - "* +t" chan:topic proc chan:topic {nick uhost hand chan mode victim} { if {![channel get $chan topiccheck]} { return } if {![botisop $chan] || [matchattr $hand b] || [matchattr $hand n]} { return } if {[onchan $nick $chan] && $nick != $::botnick}...
by Volume
Wed Jun 11, 2003 10:08 am
Forum: Archive
Topic: Automatic undo +t and -o nick and kick with setudef flag
Replies: 18
Views: 4044

@caesar

Use [channel get $chan TOPICCHECK] to see if the channel has that flag or not. thank you for your help but i have bugs in this script can you help me? Tcl error [topic]: wrong # args: should be "set varName ?newValue?" thank you very much bind mode - * topic setudef flag TOPICCHECK setude...
by Volume
Wed Jun 11, 2003 10:08 am
Forum: Archive
Topic: Automatic undo +t and -o nick and kick with setudef flag
Replies: 18
Views: 4044

@caesar

Use [channel get $chan TOPICCHECK] to see if the channel has that flag or not. can you help me by this bug ? Tcl error [topic]: wrong # args: should be "set varName ?newValue?" thank you very much bind mode - * topic setudef flag TOPICCHECK setudef flag undotopicmode setudef flag deop set...
by Volume
Wed Jun 11, 2003 9:19 am
Forum: Archive
Topic: Automatic undo +t and -o nick and kick with setudef flag
Replies: 18
Views: 4044

Automatic undo +t and -o nick and kick with setudef flag

Hello, i have a problem. i will have this script is about partyline adjustable. the setudef flag TOPICCHECK must with .chanset #chan +TOPICCHECK always on for the other setudef flags. example: bot deop the user and set -t so must the flags : TOPICCHECK and deop for this chan must set on. if all sett...
by Volume
Tue Jun 10, 2003 9:34 am
Forum: Archive
Topic: unbind dcc chat and bind dcc chat for global owner
Replies: 4
Views: 1471

@Papillon thank you ;o)

Papillon wrote:
# When sharing user lists, if private-global isn't set, which global flag
# changes from other bots should be ignored?
set private-globals "p"
from the config-file
@Papillon
This is great :D this setting have i searched :lol:
by Volume
Tue Jun 10, 2003 5:16 am
Forum: Archive
Topic: unbind dcc chat and bind dcc chat for global owner
Replies: 4
Views: 1471

Have you tryed the "require-p" from the .conf file? user need the p flag for partyline but i cant -p for one bot wenn i make user -p than is the flag in the botnet away. i would 1 bot for user and all other bots can global owner dcc chat. # Define here whether or not a +o user still needs...
by Volume
Mon Jun 09, 2003 9:49 pm
Forum: Archive
Topic: unbind dcc chat and bind dcc chat for global owner
Replies: 4
Views: 1471

unbind dcc chat and bind dcc chat for global owner

hello,
i would like 1 bot is for dcc chat for user
and all other can use by owner.

can i unbind the dcc chat in the botconfig and bind it for owners ?
by Volume
Mon Jun 09, 2003 1:05 pm
Forum: Archive
Topic: DCC accept
Replies: 7
Views: 1985

check your directorys 4: Make sure the both the filesys.mod and tranfer.mod are loaded. 5: Make sure the filesystem works correctly, and that the directories point to a valid location. hi guys, i'm sorry but this dont work for me. im using 1.6.10 and i did exactly the above: *** Matching 'xfer': HAN...
by Volume
Mon Jun 09, 2003 10:58 am
Forum: Archive
Topic: DCC Chat
Replies: 1
Views: 1198

DCC Chat

Hello, sorry for my bad english, i hope someone can me help by my problem: i have 10 Bots. I would Owner can DCC Chat on all bots but User can dcc chat on one bot ! This is on all bots without 1 bot this is for user ! unbind dcc - chat *dcc:chat bind dcc n chat *dcc:chat but this dont work This is o...
by Volume
Sun Jun 08, 2003 6:55 am
Forum: Archive
Topic: Whois ban
Replies: 72
Views: 12971

@caesar

Actualy it dose work smoothly and bans corectly as far as I can see in my tests. Please explain what you mean by "The Bot scan not chans ore not ban the user. But its not a bug advice on the partyline." cos I haven't understood a thing. Right :)) this bot have me not baned, because the lo...
by Volume
Sun Jun 08, 2003 6:04 am
Forum: Archive
Topic: Whois ban
Replies: 72
Views: 12971

@caesar

good morning :) First you are not dumb ! You can so good coding. I´m not a quarter as good. Second: The Bot scan not chans ore not ban the user. But its not a bug advice on the partyline. I'm so dumb sometimes.. replace the check proc with this one: # check # proc badrealname:check {from key arg} { ...
by Volume
Sat Jun 07, 2003 11:13 pm
Forum: Archive
Topic: Whois ban
Replies: 72
Views: 12971

@caesar sorry for the disruption but i have find yet a bug

Oups, sorry, forgot about it :) .. replace from: newchanban $::badr(chan) "*!*@[lindex [split $arg] 3]" $::botnick $::badr(reason) $::badr(time) to: newchanban $chan "*!*@[lindex [split $arg] 3]" $::botnick $::badr(reason) $::badr(time) Tcl error [badrealname:check]: can't read ...
by Volume
Sat Jun 07, 2003 4:17 pm
Forum: Archive
Topic: utimer problem
Replies: 2
Views: 1249

utimer problem

Code: Select all

set kick [putkick $chan $nick "wie uncool ;o"]
utimer 6 $kick
the kick is directly,
not after 6 seconds :(

Thank you for help
by Volume
Sat Jun 07, 2003 8:04 am
Forum: Archive
Topic: boot user from all pl from botnet witch command is it ?
Replies: 3
Views: 1977

Boot from the Bot without the script on other bots, botnet !

Code: Select all

boot [nick2hand $nick]
This Boot the User from the partyline where the script is loadet.
I need the bot information the other bots they are too bot the nick too from the partyline.
Can somebody help me ?
by Volume
Sat Jun 07, 2003 7:21 am
Forum: Archive
Topic: boot user from all pl from botnet witch command is it ?
Replies: 3
Views: 1977

@ppslim

The nick2hand fucntiopn does what it says on the tin. COnverts a nickname into a handle. In the first instance, you used it correctly, next you are using it with @* which means it is no longer a nick. Have you tried understand how that worked. @* is vor the bot in this the user in the partyline is ...