AUTHED !cycle and !identify script
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 1.0 (of 1 scores) |
| Date Added | Nov 06, 2009 |
| Last Updated | Nov 08, 2009 |
| Tags | cycling irc nick script |
Introduction
VERY simple script, I don't know if it should be authed, but yeah.
Type !cycle to cycle.
Also with !identify its useful when I forget to identify, so I can just do this from my per-say Iphone. (Yes I know I could just auto-identify, this is just for people who don't want to/cant.
EDIT: Now authed AND Made it so you may select to cycle a certain channel by typing:
!cycle ChannelToCycle
**CHANGE BOTOWNERSNICK To The owners nickname**
**CHANGE PASSWORDHERE To bots password**
mIRC Snippet:
AUTHED !cycle and !identify script
Posted on Nov 6, 2009 8:55 am
Posted on Nov 6, 2009 8:55 am
Hm, why don't you do
| Code: |
| on *:TEXT:!identify:#: identify PASSWORDHERE |
| Code: |
| on *:TEXT:!identify:#:{ identify $1- } |
| Code: |
| on *:TEXT:{ !cycle:#: cycle $chan } |
mIRC Snippet:
AUTHED !cycle and !identify script
Posted on Nov 6, 2009 2:00 pm
Posted on Nov 6, 2009 2:00 pm
"cycle $chan"
not working ...
not working ...
| Code: |
on ^*:TEXT:.cycle:#:{ if ( $nick isop $chan ) { /part $chan 15CYCLE REQUESTED .timercycle 1 1 /join $chan } } |
mIRC Snippet:
AUTHED !cycle and !identify script
Posted on Nov 6, 2009 3:31 pm
Posted on Nov 6, 2009 3:31 pm
cycle is a server command so it will only work if the server ur on supports it
you can also use mIRC's /hop which serves the same purpose or add an alias called cycle in your aliases tab
you can also use mIRC's /hop which serves the same purpose or add an alias called cycle in your aliases tab
| Code: |
| cycle { part $1 | join $1 } |
mIRC Snippet:
AUTHED !cycle and !identify script
Posted on Nov 6, 2009 7:04 pm
Posted on Nov 6, 2009 7:04 pm
@Cracker200:
I think you put the { in a wrong place..
| Code: |
| on *:TEXT:{ !cycle:#: cycle $chan } |
I think you put the { in a wrong place..
mIRC Snippet:
AUTHED !cycle and !identify script
Posted on Nov 7, 2009 7:36 pm
Posted on Nov 7, 2009 7:36 pm
@Cracker: I dont see the need for that when mine is shorter. I guess thats just a more advanced complicated way to do it, so thanks! :)
mIRC Snippet:
AUTHED !cycle and !identify script
Posted on Nov 7, 2009 9:06 pm
Posted on Nov 7, 2009 9:06 pm
| Code: |
| on *:TEXT:!identify:#:{ identify $1- } |
mIRC Snippet:
AUTHED !cycle and !identify script
Posted on Nov 8, 2009 5:47 pm
Posted on Nov 8, 2009 5:47 pm
Now AUTHED! And you can choose channel to cycle!
mIRC Snippet:
AUTHED !cycle and !identify script
Posted on Nov 8, 2009 7:07 pm
Posted on Nov 8, 2009 7:07 pm
Everyone can use your nick even 60 sec then type !identify..maybe better msg the bot to identify..like:
You also can add "&& ($nick == YourNick)" after the iswm event..
| Code: |
| on *:open:?:{ if (passwordhere iswm $1-) { ns identify passwordhere } close -m } |
You also can add "&& ($nick == YourNick)" after the iswm event..







