Jump to content

Ozzy10

Admin
  • Posts

    1,495
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Ozzy10

  1. on *:connect:{ echo -a You are connected to $server }
  2. Ozzy10

    Server List

    have you tried /server list /server being the one you want to list
  3. Ozzy10

    Server List

    is your script on multiple servers ? if its multi server then try this /scid $window($active).cid list
  4. ok i added a few more bits now you can add a ban time for each section
  5. well male and female is cause some gay rooms ban women and some lesbian rooms ban males thats why they are on cause the addon will be released after its tested
  6. why would i want to ban mirc lol its for kicking for no profile and under age which means mirc users would have to create a profile for the nick they use and the server allows mirc and other clients
  7. I have been working on a profile kicker to use on ChatsUsa it can kick if the person is under age etc heres what i have so far
  8. ok do they use any fonts or is it a basic ircx server with no font formatting
  9. what server are they for ? just the name not the link
  10. This is a simple example of a dialog with icons in the drop down list you need the following in the same folder as you save this code to VIEWS.MDX mdx.dll pop.ico menu * {  test: dialog -m test test } dialog test {  title "New Project"  size -1 -1 102 100  option dbu  combo 1, 2 2 97 97, sort size } alias ico.test { return $shortfn($scriptdir $+ $1- $+ .ico) } alias mdx.test { return $shortfn($scriptdir $+ mdx.dll) } alias views.test { return $shortfn($scriptdir $+ VIEWS.MDX) } ;example by Ozzy10 on *:dialog:test:init:*:{  dll $mdx.test SetMircVersion $version  dll $mdx.test MarkDialog $dname  dll $mdx.test SetFont $dname  dll $mdx.test SetColor $dname  dll $mdx.test SetControlMDX $dname 1 ComboBoxEx drop > $views.test  did -i $dname 1 1 iconsize small  did -i $dname 1 1 seticon 0, $+ $ico.test(pop)  did -a $dname 1 1 City Chats  did -a $dname 1 1 Computing  did -a $dname 1 1 Entertainment  did -a $dname 1 1 General  did -a $dname 1 1 Health & Medicine  did -a $dname 1 1 Interests  did -a $dname 1 1 Lifestyle  did -a $dname 1 1 Music  did -a $dname 1 1 News  did -a $dname 1 1 Peers  did -a $dname 1 1 Religion  did -a $dname 1 1 Romance  did -a $dname 1 1 Teens  did -c $dname 1 2 }
  11. heres a working example i have just thrown together vegyo hope this is what you ment menu * {  test: dialog -m test test } dialog test {  title "New Project"  size -1 -1 102 100  option dbu  combo 1, 2 2 97 97, sort size } alias ico.test { return $shortfn($scriptdir $+ $1- $+ .ico) } alias mdx.test { return $shortfn($scriptdir $+ mdx.dll) } alias views.test { return $shortfn($scriptdir $+ VIEWS.MDX) } on *:dialog:test:init:*:{  dll $mdx.test SetMircVersion $version  dll $mdx.test MarkDialog $dname  dll $mdx.test SetFont $dname  dll $mdx.test SetColor $dname  dll $mdx.test SetControlMDX $dname 1 ComboBoxEx drop > $views.test  did -i $dname 1 1 iconsize small  did -i $dname 1 1 seticon 0, $+ $ico.test(pop)  did -a $dname 1 1 City Chats  did -a $dname 1 1 Computing  did -a $dname 1 1 Entertainment  did -a $dname 1 1 General  did -a $dname 1 1 Health & Medicine  did -a $dname 1 1 Interests  did -a $dname 1 1 Lifestyle  did -a $dname 1 1 Music  did -a $dname 1 1 News  did -a $dname 1 1 Peers  did -a $dname 1 1 Religion  did -a $dname 1 1 Romance  did -a $dname 1 1 Teens  did -c $dname 1 2 }
  12. there are ones for download in the msn/irc download section lol
  13. any msn nicklist will work on msn , with a few small changes to the away/return
  14. S0RD3N aka josh , we have seen that pic before
  15. would help if you posted the whole sock code with the details of the site hes trying to get data from as to the whole 1.1/1.0 thing some sites dont work with 1.1 when using socks, no idea why but thats what i have found maybe they just old servers lol
  16. Ozzy10

    WMP to mIRC

    I think there is an addon to do it on mircscripts.org
  17. change the http 1.1 to 1.0 and try then
  18. Please feel free to post your ircx screen shots here.
  19. Ozzy10

    Chats usa

    No i mean ircxpro is not true ircx
  20. Ozzy10

    Chats usa

    chats usa has never been any part of techgear and the banner was removed cause we have been changing things, but you will notice its in mine and err0rs sig on the forum Also the ircx draft that you are talking about is wrong for ircxpro because its not true ircx so go to http://www.ircxpro.com and get the manual
  21. Ozzy10

    Chats usa

    If yougo to the ircxpro web site you can download the manual and it tells you most of the info you need to know about the server
  22. lmao@incorrectly configed 005
  23. Ozzy10

    Dll

    we allways answer , just sometimes it takes a bit longer than other times
×
×
  • Create New...