Super Menu

By Trav on May 26, 2007

Ok this is just a script that when you right click in a channel it gives you a bunch of different commands you can use! I might be updating sometimes...

///READ\\
There are a few things you have to change

Copy and paste the code to remotes and when you do that near the top right of remotes it says "Find text" or something.

Click that and do the following...

For text to find type #BOTCHANNEL and for replace do whatever your bot's channel is (#TravBot)

Then click replace all

Then for find type #MyLeisureChannel and replace that with a channel you usally go to

Then find NICK1 and replace all with a friend
Do the same for NICK2 NICK3 and NICK4

And that's it

With those changes you can join a channel, say stuff such as hello, im bored, goodbye etc. message your friends, hop, leave the channel, disconnect just with a right click!

This is also a pretty simple script!

menu * {
  Actions
  .My channels
  ..MyBotsChannel:/join #BOTCHANNEL
  ..Leisure Channe;/join #MyLeisureChannel
  ..IrcHelp :/join #Irchelp
  .Say
  ..Greet to everyone:/msg $chan Hey everybody what's new?
  ..Bored:/msg $chan Omg I'm soo bored anyone have any ideas for what to do?
  ..Bye:/msg $chan K c ya guys and girls I gotta go I'l probably be back later :D  
  .Messages
  ..NICK1:/msg NICK1 Hey $nick
  ..NICK2:/msg NICK2 Hey $nick
  ..NICK3:/msg NICK3 Hey $nick
  ..NICK4:/msg NICK4 Hey $nick
  .Miscellaneous
  ..Hop:/hop
  ..Leave channel:/leave $chan
  ..Disconnect:/disconnect
}

Comments

Sign in to comment.
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.