Jump to content

Orus

Members
  • Posts

    19
  • Joined

  • Last visited

About Orus

  • Birthday 05/27/1976

Contact Methods

  • Website URL
    http://

Profile Information

  • Location
    France
  • Interests
    my children.... my job
  • Country
    Canada

Orus's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Orus

    Code

    in your code, you forgot the ending bracket } When you open one, you must close it. C ya
  2. Orus

    Code

    Hello, space between on and star and # for chan on *:join:#: { if ($nick == $me) { msg # blah } } but if you want to send the message for any user come in room you should remove the if ($nick == $me) here in your code it will sent only when your script joins the room. should be shorter if you do : on me:*:join:#:msg # blah Now, if you want to send the message when someone join room but not when your script join it you can do : ;! == if ($nick != $me) on !*:join:#:msg # blah i hope it should help you.
  3. did you try with $chr(91) and $chr(93) ?
  4. hello, you can do something like that. ;; using //checkmode # alias checkmode { var %r $nick($1,0) var %i 1 while (%i <= %r) { if ($left($nick($1,%i).pnick,1) == $chr(64)) { inc -u3 %host } if ($left($nick($1,%i).pnick,1) == $chr(46)) { inc -u3 %owner } inc %i } echo -a host %host - owner %owner - TOTAL %r } use it in a text event. that should work
  5. Here you are, but a little pb, i don't know if it's release in english... . http://www.scriptsdb.org/download.php?id=609
  6. You can use phoenix editor, it's an editor for mirc code with syntaxique colors like tagx, i don't know if you search that's sort of thing. if it's that sort of think, i can give you the link in order to download it .
  7. hello, is it all your code? ;Miss nicks in combo or edit ;$did(14) == boutton id 14 ;you have a bracket at the end of the code, i don't know why helping you is difficult for me because i don't know what you want to put and WHERE. you might explain what you really want to do and probably anyone will help you.
  8. id 14 == button and u /mode $active +o the button that can't work .. but there's many mistake in your code. how do you check nick in the chatroom ?
×
×
  • Create New...