Jump to content

err0r

Admin
  • Posts

    2,747
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by err0r

  1. mIRC 7.59 has been released! (February 8th 2020) This is a small update that addresses a number of issues reported by users since the last release. It includes improvements, changes and fixes to a number of features, including: Added support for the IRCv3 TAGMSG event. Fixed channel mode parsing bug. Added /cnick support for auto-color option by allowing * as color number. Fixed IPv6 address handling in a number of features. Updated CA root certificates cacert.pem file. Fixed favorites dialog join button not initiating a connection if not currently connected. Extended $fline((@name,text,N,T,S) to support S parameter for search start position. Fixed custom dialog controls not being updated immediately when /did is used to change their contents. Added /fseek -p switch that moves the file pointer backwards to the start of the line. Fixed $bindip() bug when used with dual-stack network interface. In total, there have been around 30 changes since the last release. For a more detailed list of recent changes, please see the whatsnew.txt file. As always, the latest version of mIRC can be downloaded from the download page. Read full article @ https://www.mirc.co.uk/news.html
  2. I threw this together. I tested briefly and it worked but you may encounter something I missed. Use and edit as you please. Txt file included. SPCN-Window-Roomlister.txt
  3. This is a simplified version but you can always use mirc's built in color for on input. It's called own so you could use $color(own) to get the number and $chr(3) $+ $color(own). But using what you had the below should work.. edit as needed. menu * { Font Color .$iif(%Negrita,$style(1)) Negrita: { $iif(%Negrita,unset %Negrita,set %Negrita on) } .- .Color de Texto ..$iif(%SelectFont == 00,$style(1)) 0 Blanco: set %SelectFont 00 ..$iif(%SelectFont == 01,$style(1)) 1 Negro: set %SelectFont 01 ..$iif(%SelectFont == 02,$style(1)) 2 Azul: set %SelectFont 02 ..$iif(%SelectFont == 04,$style(1)) 4 Rojo suave: set %SelectFont 04 ..$iif(%SelectFont == 05,$style(1)) 5 Marrón: set %SelectFont 05 ..$iif(%SelectFont == 06,$style(1)) 6 Purpura: set %SelectFont 06 ..$iif(%SelectFont == 07,$style(1)) 7 Naranja: set %SelectFont 07 ..$iif(%SelectFont == 09,$style(1)) 9 Verde agua: set %SelectFont 09 ..$iif(%SelectFont == 10,$style(1)) 10 Celeste: set %SelectFont 10 ..$iif(%SelectFont == 12,$style(1)) 12 Azul suave: set %SelectFont 12 ..$iif(%SelectFont == 13,$style(1)) 13 Rosa: set %SelectFont 13 ..$iif(%SelectFont == 14,$style(1)) 14 Gris: set %SelectFont 14 } on *:INPUT:*: { if ($1 == /me) { .describe $target $2- echo -tm $target $chr(3) $+ $color(action) $me $2- haltdef } if ($left($1,1) != /) { echo -tm $target < $+ $me $+ > $iif(%Negrita,$chr(2)) $+ $iif(%SelectFont,$chr(3) $+ %SelectFont) $+ $1- .msg $target $iif(%Negrita,$chr(2)) $+ $iif(%SelectFont,$chr(3) $+ %SelectFont) $+ $1- haltdef } }
  4. when you want to add a text color to a msg you simply hold CTRL + K and select the color you want. It will place the control symbol along with the color number..
  5. Yes that covers the very basics but you may want to consider adding a way to Identify if you nickname is registered.
  6. I noticed an issue with txt file submissions not showing fully in the download area. I have corrected the issue. If you have tried to use a txt file download snippet and it didn't work you should get the code again from the download area. Sorry for the issue.
  7. Latest News mIRC 7.58 has been released! (November 17th 2019) This is a small update that addresses a number of issues reported by users since the last release. It includes improvements, changes and fixes to a number of features, including: Added Auto-Color nickname option to nick color list Updated OpenSSL library to v1.1.1d Updated channel mode parsing and display based on CHANMODES token Added support for IRCv3 message-tags token and msgid feature Fixed DCC trust user list autoget bug Updated CA root certificates cacert.pem file Changed SSL hostname validation to allow multi-label wildcards Changed /dns to show all resolved IP addresses for a hostname Fixed script #group parsing bug for invalid group definitions Updated several features to be DPI aware In total, there have been over 50 changes since the last release. For a more detailed list of recent changes, please see the whatsnew.txt file. As always, the latest version of mIRC can be downloaded from the download page. Read full article @ https://www.mirc.com/news.html
  8. There are lots of examples of connections to ircwx in the downloads section.
  9. thanks for submitting them.. looking forward to testing them out.
  10. mIRC 7.57 has been released! (July 25th 2019) This is a small update that addresses a number of issues reported by users since the last release. It includes improvements, changes and fixes to a number of features, including: Fixed OpenSSL issue that was causing R6034 error on startup for some users. Updated OpenSSL library to v1.1.1c. Changed /url, /run, and other features to use alternative method to open links. Fixed STS/SSL server/port parsing bug. Fixed handling of 64bit timestamp value for several features. Changed $crc() to use larger read buffer with files to improve speed. Fixed script parser bug that caused binary variables to be unset in some contexts. For a more detailed list of recent changes, please see the whatsnew.txt file. As always, the latest version of mIRC can be downloaded from the download page.
  11. 6667 ( should be the default port )
  12. I don't see anything wrong with the server address of chat.koach.com Are you using a proxy or vpn?
  13. mIRC 7.56 has been released! (July 6th 2019) This is a small update that addresses a number of issues reported by users since the last release. It includes improvements, changes and fixes to a number of features, including: Added $urlget() identifier that downloads content from http/https addresses. Fixed $regml().pos bug with multibyte characters. Updated libraries OpenSSL to v1.1.1b, LibZip to v1.5.2, and PCRE to v8.43. Reverted changes to $gmt(N) and $gmt(format). Fixed $astime() and other time/date features applying DST incorrectly. Changed time/date features to use threadsafe versions of CRT time functions. Changed $encode()/$decode() to allow non-literal keys longer than 56 characters. Fixed "try next server in group" option being incorrectly applied. Changed time/date routines to use Windows APIs, allowing extended date range 1601 to 9999. Changed /msg -switches support to enable backwards compatibility with certain BNCs. Added /server [-key filename] to set private key file to use for an SSL connection. Changed nickserv logon method to increase delay before triggering perform. Changed status window connect icons to distinguish between valid/non-valid SSL connections. For a more detailed list of recent changes, please see the whatsnew.txt file. As always, the latest version of mIRC can be downloaded from the download page.
  14. I think the issue is with the Evo version of Moschino. Somehow two aliases that control /msg were corrupted. I have updated the file on tg with the fix and you should get the latest one. https://tg007.net/file-1772
  15. For the last day or so you may have noticed you got a warning message when you visited our site. I assure you the website was and is safe. The old SSL certificate had expired and we had trouble getting the new one installed. There was no breach or "hacker" activity. Everything is right in the world of TG007.net again so please enjoy your visit.
  16. The style code seems to be sending like it's supposed to. raw socket return sock.server: :err0r8703!1.13e3dae.6512bd43d9caa6e02c990b0a82652dca@EvoMember PRIVMSG %#IRCommunity :[style ff:Abadi MT Condensed Light;co:#000000;]test[/style] There really should be no difference in the chat setup for evolution than buzzen or spcn. all code should work exactly the same. I have tested everything talked about and it has worked fine for me. If there are other specific snippets not working please post them and i will test them. Join code seems to work fine
  17. have you tried using on *:text:*kicks da bot*:#:{ }
  18. all the code should work the same.. they are the same server setup as buzzen
  19. make the dcx help files your new friend lol https://www.tg007.net/dcx/
  20. I have added a pin option. Is this what you mean https://www.tg007.net/filecat-all
  21. you can message me on here
  22. I have no way of testing it on your server as i don't have the details.
  23. if the info is correct it should work.. it's the same version used on all other ircwx networks.
  24. https://tg007.net/ircwx/download/ircWXManager.zip
×
×
  • Create New...