Jump to content

us3rX

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by us3rX

  1. user posted image

     

    When you "hover" over the "Song Spam" text box you get the popup, other then what i think you can see what it does tongue.gif

     

    *Adding Next

    -> Maybe Winamp Controls, Play Stop Pause back Skip and etc...

    -> ShoutCast Stats

    -> Request Grabber, so people listening and on irc can request songs smile.gif

    -> Picwin Preview Display for the Song Spam

     

    Comments/Suggestions?

     

    us3rX ph34r.gif

  2. us3rX when you mouse over it gives full discription in the bottom box

    and the dialog looks so big cause the screen res is 800 in the screen shots lol

     

    and one thing i def hate, is drop down boxs that drop below the dialog , hence why it as at the top , it looks neater when in use.

     

    Plus i do my dialogs how i like them , not anyone else as its only for my use.

    Lol, i was just suggestion but ok.. just saying in my opinion it would look better without the edit box at the bottom... and if this is for your use only... then why have it tell you what the modes do? I am sure you know what each one does...

     

    us3rX ph34r.gif

  3. Nice job err0r & ozzy

     

    A few things..

     

    @Ozzy,

    mode dialog, you should "slim" it down to just

    +m -m

    +i -i

    +l -l

    and so on... then get the "tooltip" or "popread" dll then make it pop up a "tooltip" when they mouse over the +m or -m and etc telling them what each mode does...

     

    Your room lister thing, make the Total Rooms edit box smaller then move the All Rooms dropdown to that area..

     

    @err0r,

    Sound & Icon options... dont streach out the "Goto Sounds Folder" and "Close" like that, atleast make them side by side... lol

     

    Auto Joiner... make the buttons smaller then move the "AutoJoin On/Off" radio up... also remove the "AutoJoin" seeing how its in the Autojoin dialog... they should know what it does, lol

     

    On your treeview, if its empty hide it, like the query, i am sure you know how but if not just add a line like: if ($query(0) == 0) { halt } or goto, or whatever

     

    Maybe sort your nicklist? The "Font" Preview/Chat Options doesnt need to be that big ;p

     

    *is done nit-picking for now*

    us3rX ph34r.gif

  4. Try this...

     

    on *:Input:#:{
     if (/* !iswm $1) {
       set %blah.aa $1-
       set %blah.bb 1
       set %blah.cc $numtok(%blah.aa,32)
       while (%blah.bb <= %blah.cc) { 
         set %blah.msg %blah.msg 04 $+ $left($gettok(%blah.aa,%blah.bb,32),1) $+ 09 $+ $right($gettok(%blah.aa,%blah.bb,32),$calc($len($gettok(%blah.aa,%blah.bb,32)) - 1))
         inc %blah.bb
       }
       msg $chan %blah.msg
       haltdef
       unset %blah.*
     }
    }
    
    

     

    I dont like using "set" but var wasnt working lol, i hope this is what you were after, just change the color numbers on the %blah.msg(09 and 04), you could also make a group to control it tongue.gif

     

    If you have any problems or other questions email me: us3rX [at] killanet [dot] net

    and let me know... i dont check this board very often tongue.gif

     

    us3rX ph34r.gif

     

    Edit: sorry if any typos, i am tired as hell, lol

  5. i don't get what you mean with the on join message, but to set one, you would type:

    /prop #channel ONJOIN message

     

    for the dynamic room limit, try this.

    on *:join:#channel:{
    mode # +l $calc($nick(#,0) + 1)
    }
    on *:part:#channel:{
    mode # +l $calc($nick(#,0) - 1)
    }

    Just so you know... /prop doesnt work on IRCD thats an IRCX command wink.gif

     

    us3rX ph34r.gif

  6. Thanks for the comment Cleric, i am going to change the icons to match my mts theme and make matching sets for the different schemes. As i said above, the reason i have 2 switchbars is cuz the one i am coding isnt mulit-server yet :P

     

    us3rX :ph34r:

  7. My Irc 42.58 KB 1091x430px

     

    The Treebar i been working on for while, just decided to work on it more, lol i havent made it mutli-server yet, thats why the bottom switchbar is still there. I am also going to make it match my mts theme :)

     

    Also if you have a Query/PM it opens another "tab" in the treebar, and when there is none open it removes its self, same with channel and windows.

     

    the dcc works for Send/Receive/Chat, the percentage updates every 5 seconds, also has the same functions as the chan/window/query.

     

    Enjoy,

    us3rX :ph34r:

×
×
  • Create New...