Jump to content

Jamie

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Jamie

  1. err notify list shouldnt work to notify you when they join the server unless ya staff on cusa(least thats what i think happens) so it would only notify if they joined a room your in

    i believe the command ISON is used here. IRC clients like mIRC use the ISON command for notifys. Any user can do this, theres no need to be an IRCop. So any IRCx server (IRCd also not sure) have this command and is useable by all users.

     

    Glad your finding good use for it Morph tongue.gif

     

    Also, Ozzy i followed a tutorial to make the switchbar and added other stuff like Windows etc, and it wasn't made for CUSA.

     

    Edit: mIRC sends the ISON command when you first connect, if a user is online the server sends back the nicks online using the raw 303.

  2. It's ok Gate, your not gonna get rid of me that easy! smile.gif I didn't realise that IRCd has many different commands to IRCx, so my fault, and next time ill state what kind of server its meant for. (I hope my code did help someone)

  3. Ozzy im not dumb i think i can see that unrealircd is IRCd.

    And if your bright you would off seen i said

    Not sure if this will work, cause i havent tested it yet. You get the idea anyway.

    And it's your opinion if you think IRCd is better than IRCx, but i disagree.

    I was helping by posting that code, and i should of stated it was for IRCx. oops.gif So my bad about that part.

  4. The code i posted is for ircx as far as i know. oops.gif

    But try using /closeroom #Roomname

    instead of just /closeroom and see wot results you get back. (Best to use an ircx server.. (ignition))

  5. I'm sure he means +m for Moderated, but then again he could mean +M which could be anything.

    I don't see why you don't just make you own room close. It's not that hard.

    But try something like this.

     

    alias closeroom {
     msg %aroom Hi Channel (*) $replace($remove(%aroom,$chr(35)),$chr(47) $+ $chr(98),$chr(32)) (*) my name is $me and I assist in running this network. This room is currently in violation of the Code of Conduct.
     msg %aroom The code of Conduct can be read @ http://www. Thank you for your time and attention in this matter.
    access.kill
    mode.close
    keys.nuke
    topic.close
    kickall %aroom 
    }
    alias access.kill {
     access %aroom clear 
     access %aroom clear 
     access %aroom clear 
     access %aroom clear 
     access %aroom clear 
     access %aroom clear 
    }
    alias mode.close {
     mode %aroom +mi
     access %aroom add deny *!*@* 0 :Room Closed
    }
    alias keys.nuke {
     prop %aroom ownerkey :
     prop %aroom hostKey :
    }
    alias topic.close {
     topic %aroom Room Closed - Violation of ** Code of Conduct - By $me @ $date $time
    }
    alias kickall {
     set %i 1
     :next
     set %nick $nick($1,%i)
     if %nick == $null goto done
     if %nick != $me && Sysop !isin %nick && Admin !isin %nick && Guide !isin %nick kick $1 %nick Violation of ** Code of Conduct
     inc %i
     goto next
     :done
     halt
    }
    

     

    Not sure if this will work, cause i havent tested it yet. You get the idea anyway.

    All you need to type in a room you would like to close is, /closeroom

×
×
  • Create New...