View Full Version : Thank Jebus this person was nice.
Dylan
03-07-2009, 06:41 PM
In IRC, I was typing /identify PASSHERE.
I accidentally typed .identify passwordHere instead of /identify, and everyone saw my password.
I changed it in like 10 seconds, but someone (I think I know who, though.) logged on and PMed me, instead of logging on and being spamming some crap on the forums like porno or something.
I'm preeeettyyy lucky it was this person. (I think I know who it is :D)
http://i665.photobucket.com/albums/vv12/TheLifePG/untitled-1.png
EaEaEa
03-07-2009, 06:54 PM
It was me O_O
Dylan
03-07-2009, 07:25 PM
It was me O_O
I knew it xD!
I thought it was you cuz you queried me saying it is the same :P
Strelok12
03-07-2009, 07:28 PM
I guess sense is not on the internets anymore.
That's why you shouldn't do that in #Lounge. Do it in the Pawn Studios tab.
Dylan
03-07-2009, 07:40 PM
I guess sense is not on the internets anymore.
I still can't believe I did that :P
killerman99
03-07-2009, 08:27 PM
If you do not want this to happen again add this to the remote tab of your mIRC scripts.
on *:START:{
server irc.pawnstudios.com
}
on *:CONNECT:{
if ($server == irc.pawnstudios.com) {
msg nickserv identify (password)
}
}
Replace (password) with your password.
What this does is automanically identifies yourself without actually having to type it in.
Dylan
03-07-2009, 08:56 PM
If you do not want this to happen again add this to the remote tab of your mIRC scripts.
on *:START:{
server irc.pawnstudios.com
}
on *:CONNECT:{
if ($server == irc.pawnstudios.com) {
msg nickserv identify (password)
}
}Replace (password) with your password.
What this does is automanically identifies yourself without actually having to type it in.
mIRC says Break Command halted in red every time something tries like that.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.