Broken aliases/popups etc.

By blitzz on Jan 20, 2010

Sometimes, when people reinstall their mirc, the aliases and popups will lost/disappear. And, sometimes the backups not working. So, i decided to make this little "snippet". I feel boring when peoples pm'd and paste my aliases and popups to them. So with this, it will be a bit easier to give them rather than open the aliases, popups then go to menubar,channel,nicklist etc. So just let them press ALT + R then paste it there and DONE!.

Just simple, but hopely this will help some people when they do not know where the hell all the aliases, popups gone.

menu status {
  Server
  .Lusers: lusers
  .Motd: motd
  .Time: time
  -
  Names
  .#mIRC: names #mirc
  .#irchelp: names #irchelp
  .names ?: names #$$?="Enter a channel name:"
  -
  Join
  .#mIRC: join #mirc
  .#irchelp: join #irchelp
  .join ?: join #$$?="Enter a channel to join:"
  -
  Query
  .query ?: query $$?="Enter nickname to talk to:"
  -
  Other
  .Whois ?: whois $$?="Enter a nickname:"
  .Query: query $$?="Enter a nickname:"
  .Nickname: nick $$?="Enter your new nickname:"
  -
  .Away
  ..Set Away...: away $$?="Enter your away message:"
  ..Set Back: away
  .List Channels: list
  -
  Edit Notes: run notepad.exe notes.txt
  -
  Quit IRC
  .Quit : quit %leaving
  .Set quit message: set %leaving $$?="Enter your quit message here"
  .Reset: unset %leaving
  .Check quit message: echo -s - %leaving -
}
menu nicklist {
  Info: uwho $1
  Whois: whois $$1
  Query: query $$1
  -
  Ignore: ignore $$1 2
  Unignore: ignore -r $$1 2
  Check ignore list: ignore -l
  -
  Control
  .Op: mode # +ooooo $$1 $2 $3 $4 $5 
  .Deop: mode # -ooooo $$1 $2 $3 $4 $5
  .Voice: mode # +vvvvv $$1 $2 $3 $4 $5
  .Voice with -k mode: mode # -k+vvvvv Active.user $$1 $2 $3 $4 $5
  .Devoice: mode # -vvvvv $$1 $2 $3 $4 $5
  .Devoice with -k mode: mode # -kvvvvv Unactive.user $$1 $2 $3 $4 $5
  .-
  .Kick: kick # $$1
  .Kick (why): kick # $$1 $$?="Reason:"
  .Ban: ban $$1 2
  .Ban, Kick: ban $$1 2 | .timer 1 3 kick # $$1
  .Ban, Kick (why): ban $$1 2 | .timer 1 3 kick # $$1 $$?="Reason:"
  -
  CTCP
  .Ping: ctcp $$1 ping
  .Time: ctcp $$1 time
  .Version: ctcp $$1 version
  -
  DCC
  .Send: dcc send $$1
  .Chat: dcc chat $$1
  -
  Slap: me slaps $$1 around a bit with a large trout
}
menu query {
  Info: who $$1
  Whois: whois $$1
  -
  Ignore: ignore $$1 2 | closemsg $$1
  -
  CTCP
  .Ping: ctcp $$1 ping
  .Time: ctcp $$1 time
  .Version: ctcp $$1 version
  -
  DCC
  .Send: dcc send $$1
  .Chat: dcc chat $$1
}
menu menubar {
  Join channel: join #$$?="Enter channel name:"
  Part channel: part #$$?="Enter channel name:"
  Query user: query $$?="Enter nickname and message:"
  Send notice: notice $$?="Enter nickname and message:"
  Whois user: whois $$?="Enter nickname:"
  Send CTCP
  .Ping: ctcp $$?="Enter nickname:" ping
  .Time: ctcp $$?="Enter nickname:" time
  .Version: ctcp $$?="Enter nickname:" version
  Set Away
  .On: away $$?="Enter away message:"
  .Off: away
  Invite user: invite $$?="Enter nickname and channel:"
  Ban user: ban $$?="Enter channel and nickname:"
  Kick user: kick $$?="Enter channel and nickname:"
  Ignore user: ignore $$?="Enter nickname:"
  Unignore user: ignore -r $$?="Enter nickname:"
  Change nick: nick $$?="Enter new nickname:"
  Quit IRC: quit
}
alias j {
  join #$$1
}
alias p {
  part #
}
alias w {
  whois $$1 
}
alias f4 {
  cs op # $me
}
alias s {
  server $$1-
} 
alias k {
  kick # $$1 $2-
}

Comments

Sign in to comment.
naramsin   -  Aug 24, 2011

Very clever backup, all in one. I dono how to give score in hawkee but, 7/10.

 Respond  
iamtim   -  Nov 29, 2010

I just updated my mIRC to 7.1 from 6.35. My aliases and popups are all gone even i uncheck the box for script during the installation process. Thanks for this one, this really help me. Found this script coincidentally. I have a questions here, is it a mirc bug? I mean the aliases and popups that dissapeared? Why is it gone and where the previous script gone?

Thks.

 Respond  
Bielie   -  Apr 21, 2010

very usefull thanks for this one!

 Respond  
blitzz   -  Apr 21, 2010

DA, I think adding more command on it is up to people who wanna use this thing. You can add many more as you want. But, I'll look into it. :)

 Respond  
Dunno Anything   -  Apr 18, 2010

Helo, nice combine and this a lot easier. From your intro, yes I always got it, my aliases, popups are all gone when reinstalling the mirc. This looks helpful. Can you add more on it? Like akick, registration, op control and many more?

 Respond  
blitzz   -  Jan 21, 2010

Actually, I'm running out of ideas for that title. :) So i just put like that.

 Respond  
Jethro   -  Jan 21, 2010

Interesting snippet title: "broken aliases/popups" lol But it sure is "eye-catching."

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.