Operserv Bot
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 1.0 (of 1 scores) |
| Date Added | Oct 17, 2007 |
| Last Updated | Jan 17, 2009 |
Introduction
No Setup Required.
Changes:
1.Use commands in PM, Channel And Notices (Instead of just Channel)
2.Kline and Kill work.
mIRC Snippet:
Operserv Bot
Posted on Oct 17, 2007 4:42 pm
Posted on Oct 17, 2007 4:42 pm
Well feel free to comment if you have any questions or suggestions or something I should fix please leave a comment :)
Thanks,
░Tippy░
Thanks,
░Tippy░
mIRC Snippet:
Operserv Bot
Posted on Oct 17, 2007 4:58 pm
Posted on Oct 17, 2007 4:58 pm
i have a couple comments
u can use on @*: rather than $me isop $chan
rather than saying if $1 == !help !kill, or !help !operserv, u can just do
also, u can do
its not critical, i imagine it works the way you have it now, but i havent tested it
u can use on @*: rather than $me isop $chan
rather than saying if $1 == !help !kill, or !help !operserv, u can just do
| Code: |
on @:text:*:#:{ if ($1 == !help) { if ($2 == !kill) msg $chan kill help if ($2 == !operserv) msg $chan operserv help } if ($1 == !commands) msg $chan the commands } |
also, u can do
| Code: |
on *:text:*:#:{ if ($me isadmin $server && #nick isadmin $server) { if ($1 == !kline) kline whatever if ($1 == !kill) kill whatever } } |
its not critical, i imagine it works the way you have it now, but i havent tested it
mIRC Snippet:
Operserv Bot
Posted on Oct 17, 2007 9:51 pm
Posted on Oct 17, 2007 9:51 pm
Hey man nice job its pretty cool but it ptobably needs a little more work...If you are wondering I am sky anderson famous a newbie too Lol :P
mIRC Snippet:
Operserv Bot
Posted on Oct 19, 2007 2:39 pm
Posted on Oct 19, 2007 2:39 pm
Thanks guys I will edit it later ( I am a tadbit busy. ) Thanks for the tip though I like to learn so i will be sure to learn more I will be posting another Snippet soon.
mIRC Snippet:
Operserv Bot
Posted on Oct 19, 2007 2:44 pm
Posted on Oct 19, 2007 2:44 pm
It is now offically updated so please take a look and try it out :)
mIRC Snippet:
Operserv Bot
Posted on Oct 19, 2007 4:07 pm
Posted on Oct 19, 2007 4:07 pm
I really dont see how this is helpful at all...
Seriously, why would I want to kline or kill myself, and besides if you are running that bot and kline urself it will kline both clients. rite?
Seriously, why would I want to kline or kill myself, and besides if you are running that bot and kline urself it will kline both clients. rite?
mIRC Snippet:
Operserv Bot
Posted on Oct 20, 2007 8:16 am
Posted on Oct 20, 2007 8:16 am
Okay cantseeme your complaint has been taken care of :) If you find anymore bugs please notify me I like to be positive it works :)
Regards,
Tippy
Regards,
Tippy
mIRC Snippet:
Operserv Bot
Posted on Oct 21, 2007 4:59 am
Posted on Oct 21, 2007 4:59 am
Dude, when I hit !Commands, my server window said what it was supposed to. But when I hit !Kline it didnt do anything. And when I did !KLine (NickName) it didnt do anything, either...What's goin on, man?
mIRC Snippet:
Operserv Bot
Posted on Dec 6, 2007 9:26 am
Posted on Dec 6, 2007 9:26 am
Well done Tippy but the code could be shorter.
mIRC Snippet:
Operserv Bot
Posted on Jan 17, 2009 7:47 pm
Posted on Jan 17, 2009 7:47 pm
I will look at the coding further now that I have alot more knowledge, thanks.





