Jump to content
xisto Community
Sign in to follow this  
iGuest

IRC Quick CMDs

Recommended Posts

Some Quick CMDs using mIRC, go to Script Editor->Aliases

 

NOTE: To perform the following actions, you will have to type the nick of who you wish to do the action upon. (Including yourself, except for password CMD)

 

Quick IDENTIFY with NickServ:

/password /nickserv IDENTIFY <password>
Ban:

/ban /mode #<Channel> +bbb $1 $$2 $$3
Owner: (If IRCop With Sufficient Privelleges or Server Allows)

/owner /mode #<Channel> +qqq $1 $$2 $$3
Protect: (If Owner)

/protect /mode #<Channel> +aaa $1 $$2 $$3
All: (Same Rules)

/all /mode #<Channel> +aoq $1 $$2 $$3

Eventually, I will post the source code in seperate pieces of my IRC Bot currently in Scripting! (ServerBot v1) I will also give a link to download...

 

-Fatal-Fatality

Share this post


Link to post
Share on other sites

Some Quick CMDs using mIRC, go to Script Editor->Aliases

 

NOTE: To perform the following actions, you will have to type the nick of who you wish to do the action upon. (Including yourself, except for password CMD)

 

Quick IDENTIFY with NickServ:

/password /nickserv IDENTIFY <password>

Nickserv does not exist on all IRC networks.

Share this post


Link to post
Share on other sites

here's some neat ones i've wrote over time, on approach1 in below follow /dict with a string to look up, in approach2 i use a popup for the string to be entered there

approach1: /dict /url -an http://dictionary.reference.com/search?q= $+ $1approach2: /dict /url -an http://dictionary.reference.com/search?q= $+ $?="What word?"/topic? //echo -a $strip($chan($active).topic)/google /url -an https://www.google.com/search?q= $+ $1/imdb /url -an http://www.imdb.com/find?tt=on&nm=on&mx=20&q= $+ $1/ctime //say [Current Time: $time(h:nn tt) $+ ]]/cdate //say [Current Date: $date(mm.dd.yy dddd) $+ ]]alternative to your nickserv ident: /ident /nickserv identify $1
here is a nice thing i did lately, place in remotes and edit path to a wav, when a user sends a private message, it will play the wav, handy when multitasking
on *:TEXT:*:?:/splay C:msg.wav
here's something i made b/c i am use to using Close from the context menu to close windows, place in popups under query
Close:$iif(#* iswm $active,part $chan,$iif(=* iswm $active,close -c $1,close -m $1))
for under channel
Close:/part $chan

Share this post


Link to post
Share on other sites

good job with the mIRC scripting, if you need any help just post something on here, i will probaly be able to figure it out. I made a mIRC bot back in the day..

Share this post


Link to post
Share on other sites

well.. here some mine :

; this one OP's you, assuming that there is ChanServ, and that you have access/opme /msg chanserv op # $$me ; it says how long you're online/onl /me is [ON]line for4  $uptime(server,2) $+ .; if you have XP, and you ever encounter one of those shutdowns (MSblaster or something); it will disable shutdown, but the system will remain unstable. This way at least you ; have time to save your work./noshut //.run C:WINDOWSsystem32shutdown.exe -a

this are just some basics... there is more in another thread I've opened... but that's a bit more complicated... you can find it here

;)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.