irc.winbolo.us Nickserv, Memoserv

Aug 11, 2003 03:53 irc.winbolo.us Nickserv, Memoserv
I am writing this post to encourage people to use irc.winbolo.us and also to encourage pplz to use NICKSERV and MEMOSERV. If you are not already signed up for nickserv then i suggest that u do so. And if u already are, u can use the following script to automatically log u in and check if u have any messages. Just copy and paste the script into your remote section (in mIRC).
on 20:CONNECT:{
/msg NickServ IDENTIFY <your password goes here>
/msg Memoserv LIST
}

This useful script will automatically log u into your nickserv/memoserv accout every time u connect to irc.winbolo.us and will automatically check if you have any messages. If you do have any messages, you will see a line of text that says so. Please note that before you can use this script, you have to type in:/guser 3 <your nick> 20
I hope that all u nickserv users find this script useful!!

-Madd Maxx-
Aug 11, 2003 05:05
well maxx its a good .us plug and a good attempt at script writing jsut so you know

[code:1:1a88d508c9]on *:CONNECT:{
/msg NickServ IDENTIFY <your password goes here>
/msg Memoserv LIST
} [/code:1:1a88d508c9]
works.......because your the only one that can trigger the on connect command on your mirc and you won't have to set any user levels
you might also want to consider

[code:1:1a88d508c9]on *:CONNECT:{
if ($server == irc.winbolo.us) {
/msg NickServ IDENTIFY <your password goes here>
/msg Memoserv LIST
}
} [/code:1:1a88d508c9]
do to the fact u could be registered on more then one server with different passwords etc.....also on some shitty irc servers when some admin forgets to reserve the nickname "nickserv" it could be someone collecting nickserv passwords.....therefore could log in as you on someone else's server. other then that your script will work fine.......can shorten it up if someone likes

[code:1:1a88d508c9]on *:CONNECT:{ if ($server == irc.winbolo.us) { msg NickServ IDENTIFY <your password goes here> | msg Memoserv LIST } } [/code:1:1a88d508c9]
Aug 11, 2003 06:08
With auto scripting your identify commands you risk someone getting your password and using it. irc.winbolo.com doesn’t q:line services nicknames. Most IRC networks that support services use an alias so that /ns sends a privmsg to nickserv /cs to chanserv /ms to memoserv, etc. Allot of networks also use an alias for /identify, so that /identify <password> sends /msg nickserv identify <password> and /identify #channel <password> sends the identify command to chanserv. This is the best way to make sure someone doesn’t get your password. I strongly urge anyone who scripts there client to auto identify that they use the alias instead of /msg. irc.winbolo.us supports all of these I've mentioned. If someone gets your password they can change it, ghost kill you off the server or worse.

You also do not need to have /msg memoserv list, most all services that support memoserv will notice you on identify if you have any new memos.

[code:1:3de77cab56]on *:CONNECT:{ if ($server == irc.winbolo.us) { /identify <password> } }[/code:1:3de77cab56]

So I'd say that's the best choice to use. :wink:
Aug 11, 2003 09:02
heh, srry pplz. But i havent really found out how to use if-then-else statments yet. I want to learn if some1 would give me a tutorial :D (MaddMaxx looks towards SJ). Thank-you sj for creating a better script. I will put it my remote.keep using memoserv pplz!!

-Madd Maxx-
Aug 11, 2003 09:11
I also think that we should put nickserv/memoserv into winbolo.com (which, thanx to NemoKrad, i am still banned from :evil: ). Since there are more pplz in winbolo.com, I think that it would be very useful in there.

-Madd Maxx-
Aug 11, 2003 18:50
it would be very useful there....and has been suggested many times......but its seems to be that nobody else is interested......oh well...the server isn't really big enough that you NEED those services yet maybe one day.....i think before that.....a new ircd is in order
Aug 11, 2003 20:32
ircd?
Aug 11, 2003 22:00
irc server
Aug 12, 2003 00:02
heh, forgive my ignorance scripting guru.