Jump to content

maria

Members
  • Posts

    46
  • Joined

  • Last visited

Everything posted by maria

  1. maria

    Room Lister

    dialog list { title "Room Lister CUSA" size -1 -1 120 128 option dbu list 1, 0 0 122 106, size vsbar button "Refresh and List Channels", 2, 1 115 119 12 edit "", 3, 0 105 82 10 button "Join Channel", 4, 82 105 38 10 } raw 321:*: { halt } raw 322:*: { did -a list 1 $2 } on *:dialog:list:sclick:4:{ /join $did(3).text } on *:dialog:list:sclick:2: { did -r list 1 | .timerlist 1 1 list } on *:dialog:list:sclick:1:{ did -r $dname 3 | did -a $dname 3 $did($dname,1).seltext } The very annoying this is when you do /list how can you stop mIRC list window coming open. and get it to open the dialog and list channels
  2. Thanks hixxy, I spent all night looking and trying to work it out
  3. on ^*:WALLOPS:*: { echo @wallops 4 $asctime(H:nn:ss) (Wallops) 2 $nick : $1- | halt } alias loadwin { window -enk0 @wallops } Forget the Alias thats fine but on the WALLOPS window. I can type.. But How could i get it so if i type in that window it types as a wallops?
  4. maria

    CTCP

    Thank you David and Hixxy
  5. maria

    CTCP

    ctcp *:*:*: { if ($nick == $me) Halt echo $active 04 $str($chr(160),10) You were $1 checked by $nick to ignore CTCP for type /ictcp and to remove /uctcp } How could i put all that together so if someone CTCP you after say 5 times it would ignore CTCP's ?
  6. photoshop! lol jk nice looking script err0r :|
  7. could check out this http://www.tg007.net/forum/index.php?showforum=40 thats the part of the forum for viperbot
  8. on owner*:text:*!whois*:#:{ raw 311 raw 319 raw 312 raw 309 raw 317 raw 318 } How do you make it msg the Raws into the $chan ? Thanks
  9. maria

    nickchange

    forget this lol can you wipe it please
  10. on *:active:#: { refresh code here } is that not the part for if you change from 1 room to the next
  11. they could off banned the port or the firewall may stop mIRC ( was a idea)
  12. maria

    On Join codeing

    cant use 
 in IRCd Only works in Msn Chat on *:JOIN:#: { .ctcpreply $nick TIME messages .ctcpreply $nick TIME messages .ctcpreply $nick TIME messages if you have to many messages all at 1 time they may mess the order up so you may want to use /timers
  13. maria

    Servers

    if you download normal mIRC it comes with a list of servers for irc if you want some more just ask and i got a small list of some
  14. Well as he found a ircd server guess can close the topic. And about team-omni if you dont like how they work then thats ok but Dont think we should be talking about some other group like that on here Edit: I have Reopened the topic as i was asked but please dont abuse it Thanks
  15. Msn use a edited type of IRCx Server
  16. Thank you Peter all works on *:join:#Cafe-irc:{ if ($nick == $me) halt if (admin isin $level($address($nick,1))) halt if (member isin $level($nick)) halt /amsg $nick Please Type !member to stay in this room as we are testing a new members system ./timer $+ $nick $+ 2 1 10 /mode # +b $nick ./timer $+ $nick $+ 1 1 20 kick # $nick You was told to do !member Please Come back in 5mins ./timer $+ $nick $+ 3 1 50 /mode # -b $nick } on *:text:*!member:#:{ .timer $+ $nick off /mode # -b $nick amsg $nick you are a member .auser member $nick .timer $+ $nick $+ * off }
  17. maria Has Joined The conversation. <Cafe_IRC> maria Please Type !member to stay in this room as we are testing a new members system Cafe_IRC adds deny maria!*@* Thats all its doing atm no kick if member or not and is not adding to the user list in mIRC
  18. kick if not member Am trying to make it so if your not a member it kicks you and bans for like 50seconds But halts if you type >member and adds your name to userlist as a member then leaves you alone without kicking but not sure how to work that out Thanks on *:join:#Cafe-irc:{ if ($nick == $me) halt if (admin isin $level($address($nick,1))) halt if (member isin $level($address($nick,1))) halt /mode # +b $nick /amsg $nick Please Type !member to stay in this room as we are testing a new members system ./timer 1 10 kick # $nick You was told to do !member Please Come back in 5mins ./timer 1 50 /mode # -b $nick } on*:text:*!member:#:{ amsg $nick you are a member | .auser member $nick } ^^ has to besomething like that lol
  19. maria

    Chat Server

    using chat control is not illegal. It is illegal if you edit the control if your talking about 9nsm is because of the website address and that luke copyed the design lol
  20. yep but how would you add something like that to mIRC am lost in what you said sorry
  21. nooooooooooooooooo not like that lol so if more then 1 person with same type of name joins it ban them not just that name
  22. any Limit protection or that kind of thing to stop ppl flooding ? onjoin or something that does not let like 2 nicknames the same in eg [ha]2362 [ha]2623 So would ban [ha] so the person cant flood with that name anymore ? Btw this is for IRCx not ircd
  23. Is not IRCd is IRCx so cant use chanserv lol I need something like below so If a owner joins and is a registerd nick it hosts the person Registerd nick maria joined the server Bot_IRC set mode +q maria i see maria is a owner Unregisterd nick maria joined the server raw is 307 < is from whois and comes backa registered nick on admin:join:#:{ if ($nick == $me) halt /mode # +q $nick /amsg i see $nick is a owner } But need to find out how to use the Raw so it can tell its the real person ( Have to add names not Gates as gates change
×
×
  • Create New...