Jump to content

_Mhz_

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by _Mhz_

  1.     /*From Tew| connection
       :FlashIrcServer.1 353 Tewl = %#channel :AFNV,Tom UMNN,Tewl UFPN,Sue AMPN,Joe
       [A,U] - The first letter can be A or U. A for Away or U for not away.
       [u,F,M] - The second letter can be M for male, F for female, or U for unknown gender
       [N,P] - The third letter represents wether the user has a picture in their profile. P for with pic, N for without.
       [V,N] - The last letter tells if the user has voice in the channel or not. V for has voice, N for without. 
       */
    

     

    Its in your connection that you grab information for the gender and if there is a picture.

    on login a room you parse the 353 and after that its the join. You will have to modify Moschino to be ChatDrive 1 (CD1) as Travis said.

     

    This is the end result. Thanks to TheGateKeeper and Tew|.

     

    Nicklist.jpg

  2. Hmm I tried to download it and NOD32 told me it could be a virus :o It says "probably a variant of Win32Agent/Trojan" :huh:

     

    Hi Antoni

    Had the same problem with Nod32. Its coming from nHTMLn_2.92.dll There is a fast way around this since nHTMLN_2.95.dll don't cause problems. Just delet 2.92 and rename 2.95 2.92. Work fine for me.

  3. Are you messing about with a custom nicklist? Also, are you on an IRCx or IRCd channel?

    Its an IRCx channel and yeah I have custom Nicklist but I have the same result if I turn it off

  4. What was the result?

    With my code I have in my script: Mega has made Mega an Owner. Room mode change to +q and my Nicklist show no change.

    With your code I have in my script: BCSCHATNTx has made Mega an Owner, Room mode change to +q and my Nicklist show no change.

     

    Try: /mode $active +q Mega

    That code do nothing

     

     

    alias f10 sockwrite -n $+(mirc.,$cid) mode $active +q Mega

    Yeah I am in the Alias section

     

    Its stange that +o work and +q work halfway.

  5. :lolwave:

     

    Well host work (+o) but owner dont (+q). The room mode add a +q. If I send (-q) mode return to original.

    Personnaly I was thinking of my mirc. $+ $cid socket initialisation. One line I suspect is

     

    sockwrite -tn mirc. $+ $cid :clubechat.ath.cx 004 $me clubechat.ath.cx 3.083.4 cdefgil,mrsSuwx

     

    This line dont seem to have any effect. Anyway As I said I am learning. Thanks for your Reply. I appreciate.

     

    edit: Travis as I said trying to put my script Owner host work. (The quote is on one line)

  6. /f10 /sockwrite -n mirc. $+ $cid

    :Mega!333133343332324533323331333732453331333233343245333133313331@clubechat.net.b

    ot MODE $active +q Mega

     

    I use this to make my tests.

  7. How can I make isowner work. Is there some special code or some mIRC options to set. Right now I use #channel instead of %#channel on a IRCx server. ON *:rawmode:*: work.

    Any idea welcome

     

    I am using GuarDDog5 as a learning tool.

×
×
  • Create New...