Jump to content

Daemon

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Daemon

  1. .. did anyone missed me? <_<:pizza:

     

    Aint a tech question, i know but didnt find a suitable place to put it.. anyway..

     

    Hello all :cheezy:

     

    (My mistake, maybe it should go to Chit Chat.. i wonder i ozzy is still as cranky as he used to be.. :angel: )

  2. Download them in a folder in your script, make an "addons" folder to have them more organised. ALT+R will open the remote editor, then go to File, New, Load and look for addon file if i remember right.

    Another way is to type "/load -rs folder/addon.mrc" in your script. Most addons should have a README file with instructions on how to install them.

  3. 3) what does MIRC mean - the correct answer is wrong (dependent on opinion)

    4) inventer of MIRC - r u sure? huh.gif

    3. Is corect answer unless you know something that noone else knows smile.gif

    4. If you look more carefull is creator of IRC not mIRC. I missed that also lol

  4. I think people confuse IRCx with IRCXpro. One is extensions to a protocol and the other is a software. You mean IRCXpro, that has a control panel, not IRCx. As for IRCd theres always SSH access to server.

  5. Bet if you use 20GB space from your free host they'll suspend your account rolleyes.gif

    Typo? 20GB is pretty much for a free host

     

    ozzy, your bandwith isnt unlimited either, atho they pretty flexible about it from what they say

     

    "Normal use" of the service is defined as up to 1 gigabyte downstream of data transfer daily (which equates to approximately 200 music tracks, 650 short videos, 10,000 pictures or around 100 large software programmes downloaded per day).
  6. Out of curiosity, If you have people joining a host room.... Why not make it so no one can find it

     

    ie: set modes on your host channel, +s / h / p and have +m as well incase of any intruders..... Then set up a voice list so any hosts u know are defo hosts, u can have on an autovoice /aop list so they can still speak in the hostroom?

     

    Also, try this

    on *:JOIN:#:{

    if (Sysop isin $nick) | (Guide isin $nick) | (Admin isin $nick) | {

    if ($nick == $me) halt

    access $chan add deny $nick 1440

    kick # $nick Channel Access denied $nick

    }

    }

     

    Edit: Also make sure people cannot use Staff nicks UNLESS they register there nicks, Works on ircxpro for me wink.gif

    Assuming your Admin/Sysop/Guides have ircop status why dont just put +M on room?

  7. Maybe use something like this, whisper them onjoin like ozzy said and use this to do something if they have whispers off

     

    ctcp *:ERR*:*: { 
     if ($2 == NOUSERWHISPER) { 
       <what you want to do here> 
    } 
    }

×
×
  • Create New...