Questions tagged [mirc]

Windows based IRC (Internet Relay Chat) client. Featuring easy to use interface and powerfull scripting language.

mIRC is widely used, a shareware windows based client for IRC (Internet Relay Chat) written in C/C++ featuring easy to use interface, file transfers, multi-servers connection, IPv6, SSL encryption, UTF-8, UPnP, customizable sounds, spoken messages, tray notifications, message logging and much more. It also features it's own powerful scripting language mSL (mIRC Scripting Language) and loading DLLs via public API.

147 questions
-1
votes
2 answers

On Text $date mirc

How can I use on text $date on mirc? I am trying to do something like this. on *:text:$(* %date *):#: { var %date = $date(yy-mm-dd) if ($nick == user) { do something } }
skdfsfwse
  • 19
  • 7
-1
votes
2 answers

If Line Number Exists

Im trying to get a code that will do something if a certain line number is in a text file for example "Test.txt" Ex. if line "x" exists in test.txt msg $chan working
skdfsfwse
  • 19
  • 7
-1
votes
1 answer

Read entire line $nick found on

Below I have wrote my basic goal and the code I already have, any help is much appreciated as I am learning myself how IRC Scripting works, thanks guys! on $*:text:*test*:#: { if ($date isin $read(test1.txt, 1)) { if ($nick isin…
Dan Ross
  • 45
  • 7
-1
votes
2 answers

mIRC socket HTTPS 400 Bad Request on Dropbox API

I want use mIRC to create a folder on Dropbot But the echo always get this message: 400 Bad Request The plain HTTP request was sent to HTTPS port I have no idea why it happens. This is my code: alias dropboxCreateFolder { sockclose…
JerryYou
  • 1
  • 1
-1
votes
1 answer

Add a pause before further execution in mIRC

So I've been thinking for like over an hour but did not arrive any conclusion with this script. I basically am trying to add a "status check" for 3 IRC servers via mIRC sockets. The problem I'm facing is that the execution jumps over to the next…
Areeb
  • 366
  • 1
  • 3
  • 16
-1
votes
1 answer

mIRC: White-listing links to an uncommon domain

So I am trying to build my twitch bot through mIRC and I have been wanting it to timeout links for everysite except for any links from http://osu.ppy.sh/ and any links from http://puu.sh/ but block out anything else. I have found script and…
-1
votes
1 answer

How to make an add-on for mIRC or any other IRC client that alarms you when a certain string is mentioned in a chat room?

It'd be quite useful to me to have an add-on that alerts me when something specific is said in a chat room, same way you're warned if your nick is mentioned, just for a string you'd like. How would one go about doing this? Is there an interface for…
user1938007
  • 459
  • 1
  • 5
  • 14
-1
votes
1 answer

Mirc, emulate akicklist saving in file the ip

someone can suggest me as to do this: if i type: /akick nickname Nickname should to be kicked and banned from current channel and to same time i need to save in a file (for example: akicklist.txt) the IP address of nickname. In ON JOIN event, i…
Marcello Impastato
  • 2,263
  • 5
  • 30
  • 52
-2
votes
1 answer

Write x y times to text file

I was looking for the cleanest way to accomplish writing $2 to a text file the amount of times specified. I'm sure this is possible and i will provide and example to what I am looking for... on *:text:*write*:?: { write test.txt $2 "$3 times"} so,…
skdfsfwse
  • 19
  • 7
-2
votes
2 answers

mIRC If Timer X is running

Im looking to make an if statement that will check if a timer is running! Ex on *:text:*ABC*:#: { if timerX is running { msg $chan Working! } }
skdfsfwse
  • 19
  • 7
-2
votes
1 answer

Spam bots are using .describe or /me to avoid getting timed out on Twich

Like the title says I'm having an issue when bots are using /me my script won't recognize the links they post. on *:text:*kos.su*:#:{ if (!$read(E:\Program Files (x86)\mIRC\op.txt,nw,* $+ $nick $+ *)) { .timermsg 1 1 msg # .timeout $nick 1 …
-2
votes
2 answers

Twitch bot lurker welcome

I am a new-coming streamer, and i saw this on a few channels and wondered how to do it: As soon as someone joins the channel, the name gets pulled, and welcomed in chat by the bot, this stops people from lurking and gets them to chat with other…
marcnetz
  • 113
  • 7
1 2 3
9
10