Jump to content

SudsyUncle

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by SudsyUncle

  1. I don't think you should try run a chat network, if you don't know any basic coding towards it. Instead of asking here have either of you looked into learning the basics of PHP and how the IRC daemon works?

     

    Funny that you should say that while having a link in siggy that point to a page that's title is "Everybody has to start somewhere."

    :oops:

  2. what does 1 mean in this onjoin command? I really want to know what is the difference between:

     

    on ^*:join:

    on @:join:

    on 1:join:

    if i remember corectly

    ^ acts like a switch if used ignores normal mirc functions

    @ will triger only if you are an op

    * means everyone

    + is for that level and that level alone

     

    and the numbers are representitive of userlevels, mirc is set up with userlevels on a numerical order to make the code flow ezier as well as asign multiple levels to a single code, 1 is the default level, but if you had like on 5:join: it would worl for levels 1,2,3,4, AND 5. wink.gif

  3. as far as i can tell from what you are explaining: you want this to go thru all 11 yess/no 's then goto the next nick? Or are you wanting to put in like

    'nick bo

    and have it do all 11 for the first nick that has "bo" in it then goto the next nick that has "bo" in it?

  4. are all of your vars set, cuz it seems to work for me:S

     

    %reacti0n kick
    %deny on
    %denytime 1
    %kickmessage lala <nick>
    %warnmessage lala <nick>
    

     

    *edit- also do you actually have a yourmIRCfolder\remote\BadWord.txt?

  5. Parameters: hwnd > top|left|right|bottom

    Description: This docks windows the all 4 sides of mIRC. Right now you can only have 1 docked dialog. Also, if you want to use a @window, I suggest using a @window with the style below.

    Examples: //dialog -m brad brad | //dll ktools.dll DockWindow $dialog(brad).hwnd > top

    //window -pdh +d @brad 100 100 100 100 | dll ktools.dll DockWindow $window(@brad).hwnd > left

    from the ktools helpfile

     

    also, you have to have multiple copies of ktools for each dialog you dock(ie, 1 on left and 1 on right needs 2 dlls)

     

    dll ktools/ktools.dll DockWindow $dialog(bmp3).hwnd > top

    should be about what ya need

×
×
  • Create New...